Html Css Color HEX #9977FF Light Slate Blue

📋 copy color: '#9977FF'

red 153 ◦ green 119 ◦ blue 255

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

Shades of Light Slate Blue #9977FF

Tints of Light Slate Blue #9977FF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.58%

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

R = 29.03%
G = 22.58%
B = 48.39%

CMYK

 C value IS 0.4

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9977FF (or 0x9977FF) is known color: Light Slate Blue. HEX triplet: 99, 77 and FF. RGB value is (153,119,255). Sum of RGB (Red+Green+Blue) = 153+119+255=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #9977FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9977FF is #668800. Grayscale: #909090. Windows color (decimal): -6719489 or 16742297. OLE color: 16742297.

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

Color convert

RGB 153 119 255 -
CMYK 0.4 0.53 0 0
HSL 255º 1% 0.73% -
HSV(B) 255º 0.53% 1% -
XYZ 37.78 27.19 97.86 -
YUV 144.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 153 119 255 0.4 0.53 0 0 255 1 0.73
Hex 99 77 FF 28 35 0 0 FF 64 49
Octal 231 167 377 50 65 0 0 377 144 111
Binary 10011001 1110111 11111111 101000 110101 0 0 11111111 1100100 1001001

Color Harmonies of #9977FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977FF

Black with #9977FF

Text Example


Text Example

White with #9977FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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