Html Css Color HEX #9C84FE Light Slate Blue

📋 copy color: '#9C84FE'

red 156 ◦ green 132 ◦ blue 254

#9C84FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9C84FE

Tints of Light Slate Blue #9C84FE

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 value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C84FE (or 0x9C84FE) is known color: 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

RGB 156 132 254 -
CMYK 0.39 0.48 0 0.00
HSL 251.8º 0.98% 0.76% -
HSV(B) 251.8º 0.48% 1% -
XYZ 39.85 30.73 97.6 -
YUV 153.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 156 132 254 0.39 0.48 0 0.00 251.8 0.98 0.76
Hex 9C 84 FE 27 30 0 0 FC 62 4C
Octal 234 204 376 47 60 0 0 374 142 114
Binary 10011100 10000100 11111110 100111 110000 0 0 11111100 1100010 1001100

Color Harmonies of #9C84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C84FE

Black with #9C84FE

Text Example


Text Example

White with #9C84FE

Text Example


Text Example

HTML Codes & Css Web 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>