Html Css Color HEX #9976FF Light Slate Blue

📋 copy color: '#9976FF'

red 153 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #9976FF

Tints of Light Slate Blue #9976FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.43%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 29.09%
G = 22.43%
B = 48.48%

CMYK

 C value IS 0.4

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9976FF (or 0x9976FF) is known color: Light Slate Blue. HEX triplet: 99, 76 and FF. RGB value is (153,118,255). Sum of RGB (Red+Green+Blue) = 153+118+255=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #9976FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9976FF is #668900. Grayscale: #8F8F8F. Windows color (decimal): -6719745 or 16742041. OLE color: 16742041.

HSL color Cylindrical-coordinate representation of color #9976FF: hue angle of 255.33º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9976FF is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 118 255 -
CMYK 0.4 0.54 0 0
HSL 255.33º 1% 0.73% -
HSV(B) 255.33º 0.54% 1% -
XYZ 37.67 26.95 97.82 -
YUV 144.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 153 118 255 0.4 0.54 0 0 255.33 1 0.73
Hex 99 76 FF 28 36 0 0 FF 64 49
Octal 231 166 377 50 66 0 0 377 144 111
Binary 10011001 1110110 11111111 101000 110110 0 0 11111111 1100100 1001001

Color Harmonies of #9976FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976FF

Black with #9976FF

Text Example


Text Example

White with #9976FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9976FF; }

 p { color: rgb(153,118,255); }

 H1.HeaderClassName
 {
   color: #9976FF;
 }
 .AnyTagClassName
 {
   color: #9976FF;
 }
</style>

background-color css

<style>
 a { background-color: #9976FF; }

 a { background-color: rgb(153,118,255); }

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

border-color css

<style>
 span { border-color: #9976FF; }

 span { border-color: rgb(153,118,255); }

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