Html Css Color HEX #9777FB Light Slate Blue

📋 copy color: '#9777FB'

red 151 ◦ green 119 ◦ blue 251

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

Shades of Light Slate Blue #9777FB

Tints of Light Slate Blue #9777FB

RGB

 RED value IS 151 (59.38% from 255) = 28.98%

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

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

R = 28.98%
G = 22.84%
B = 48.18%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9777FB (or 0x9777FB) is known color: Light Slate Blue. HEX triplet: 97, 77 and FB. RGB value is (151,119,251). Sum of RGB (Red+Green+Blue) = 151+119+251=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #9777FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9777FB is #688804. Grayscale: #8F8F8F. Windows color (decimal): -6850565 or 16480151. OLE color: 16480151.

HSL color Cylindrical-coordinate representation of color #9777FB: hue angle of 254.55º 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 #9777FB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 119 251 -
CMYK 0.40 0.53 0 0.02
HSL 254.55º 0.94% 0.73% -
HSV(B) 254.55º 0.53% 0.98% -
XYZ 36.77 26.74 94.49 -
YUV 143.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 151 119 251 0.40 0.53 0 0.02 254.55 0.94 0.73
Hex 97 77 FB 28 35 0 2 FF 5E 49
Octal 227 167 373 50 65 0 2 377 136 111
Binary 10010111 1110111 11111011 101000 110101 0 10 11111111 1011110 1001001

Color Harmonies of #9777FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777FB

Black with #9777FB

Text Example


Text Example

White with #9777FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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