#9c84fe

Color #9C84FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9C84FE

Tints of Light Slate Blue #9C84FE

Color information

#9C84FE (or 0x9C84FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 84 and FE. RGB value is (156,132,254). Sum of RGB (Red+Green+Blue) = 156+132+254=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C84FE is #637B01. Grayscale: #989898. Windows color (decimal): -6519554 or 16680092. OLE color: 16680092.

HSL color Cylindrical-coordinate representation of color #9C84FE: hue angle of 251.8º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C84FE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156132254-
CMYK0.390.4800.00
HSL251.8º98.39%75.69%-
HSV(B)251.8º48.03%99.61%-
XYZ39.8530.7397.6-
YUV153.08184.95130.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=28.78%
G=24.35%
B=46.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561322540.390.4800.00251.898.3975.69
Hex9C84FE273000fc624c
Octal234204376476000374142114
Binary100111001000010011111110100111110000001111110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c84fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9c84fe; }

 p { color: rgb(156,132,254); }

 H1.HeaderClassName
 {
   color: #9c84fe;
 }
 .AnyTagClassName
 {
   color: #9c84fe;
 }
</style>
background-color css

<style>
 a { background-color: #9c84fe; }

 a { background-color: rgb(156,132,254); }

 div.DivClassName
 {
   background-color: #9c84fe;
 }
 .BgClassName
 {
   background-color: #9c84fe;
 }
</style>
border-color css

<style>
 span { border-color: #9c84fe; }

 span { border-color: rgb(156,132,254); }

 td.TdClassName
 {
   border-color: #9c84fe;
 }
 .TagClassName
 {
   border-color: #9c84fe;
 }
</style>