Html Css Color HEX #9966FC Light Slate Blue

📋 copy color: '#9966FC'

red 153 ◦ green 102 ◦ blue 252

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

Shades of Light Slate Blue #9966FC

Tints of Light Slate Blue #9966FC

RGB

 RED value IS 153 (60.16% from 255) = 30.18%

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 30.18%
G = 20.12%
B = 49.7%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9966FC (or 0x9966FC) is known color: Light Slate Blue. HEX triplet: 99, 66 and FC. RGB value is (153,102,252). Sum of RGB (Red+Green+Blue) = 153+102+252=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #9966FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9966FC is #669903. Grayscale: #858585. Windows color (decimal): -6723844 or 16541337. OLE color: 16541337.

HSL color Cylindrical-coordinate representation of color #9966FC: hue angle of 260.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9966FC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 102 252 -
CMYK 0.39 0.60 0 0.01
HSL 260.4º 0.96% 0.69% -
HSV(B) 260.4º 0.6% 0.99% -
XYZ 35.46 23.3 94.72 -
YUV 134.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 153 102 252 0.39 0.60 0 0.01 260.4 0.96 0.69
Hex 99 66 FC 27 3C 0 1 104 60 45
Octal 231 146 374 47 74 0 1 404 140 105
Binary 10011001 1100110 11111100 100111 111100 0 1 100000100 1100000 1000101

Color Harmonies of #9966FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9966FC

Black with #9966FC

Text Example


Text Example

White with #9966FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9966FC; }

 p { color: rgb(153,102,252); }

 H1.HeaderClassName
 {
   color: #9966FC;
 }
 .AnyTagClassName
 {
   color: #9966FC;
 }
</style>

background-color css

<style>
 a { background-color: #9966FC; }

 a { background-color: rgb(153,102,252); }

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

border-color css

<style>
 span { border-color: #9966FC; }

 span { border-color: rgb(153,102,252); }

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