Html Css Color HEX #9977FB Light Slate Blue

📋 copy color: '#9977FB'

red 153 ◦ green 119 ◦ blue 251

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

Shades of Light Slate Blue #9977FB

Tints of Light Slate Blue #9977FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 29.25%
G = 22.75%
B = 47.99%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9977FB (or 0x9977FB) is known color: Light Slate Blue. HEX triplet: 99, 77 and FB. RGB value is (153,119,251). Sum of RGB (Red+Green+Blue) = 153+119+251=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #9977FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9977FB is #668804. Grayscale: #8F8F8F. Windows color (decimal): -6719493 or 16480153. OLE color: 16480153.

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

Color convert

RGB 153 119 251 -
CMYK 0.39 0.53 0 0.02
HSL 255.45º 0.94% 0.73% -
HSV(B) 255.45º 0.53% 0.98% -
XYZ 37.15 26.93 94.51 -
YUV 144.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 153 119 251 0.39 0.53 0 0.02 255.45 0.94 0.73
Hex 99 77 FB 27 35 0 2 FF 5E 49
Octal 231 167 373 47 65 0 2 377 136 111
Binary 10011001 1110111 11111011 100111 110101 0 10 11111111 1011110 1001001

Color Harmonies of #9977FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977FB

Black with #9977FB

Text Example


Text Example

White with #9977FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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