Html Css Color HEX #9C66FE Light Slate Blue

📋 copy color: '#9C66FE'

red 156 ◦ green 102 ◦ blue 254

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

Shades of Light Slate Blue #9C66FE

Tints of Light Slate Blue #9C66FE

RGB

 RED value IS 156 (61.33% from 255) = 30.47%

 GREEN value IS 102 (40.23% from 255) = 19.92%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 30.47%
G = 19.92%
B = 49.61%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C66FE (or 0x9C66FE) is known color: Light Slate Blue. HEX triplet: 9C, 66 and FE. RGB value is (156,102,254). Sum of RGB (Red+Green+Blue) = 156+102+254=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C66FE is #639901. Grayscale: #868686. Windows color (decimal): -6527234 or 16672412. OLE color: 16672412.

HSL color Cylindrical-coordinate representation of color #9C66FE: hue angle of 261.32º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C66FE is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 102 254 -
CMYK 0.39 0.60 0 0.00
HSL 261.32º 0.99% 0.7% -
HSV(B) 261.32º 0.6% 1% -
XYZ 36.35 23.73 96.43 -
YUV 135.47 194.89 142.64 -
System Red Green Blue C M Y K H S L
Decimal 156 102 254 0.39 0.60 0 0.00 261.32 0.99 0.7
Hex 9C 66 FE 27 3C 0 0 105 63 46
Octal 234 146 376 47 74 0 0 405 143 106
Binary 10011100 1100110 11111110 100111 111100 0 0 100000101 1100011 1000110

Color Harmonies of #9C66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C66FE

Black with #9C66FE

Text Example


Text Example

White with #9C66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C66FE;
 }
 .AnyTagClassName
 {
   color: #9C66FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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