Html Css Color HEX #9777F9 Light Slate Blue

📋 copy color: '#9777F9'

red 151 ◦ green 119 ◦ blue 249

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

Shades of Light Slate Blue #9777F9

Tints of Light Slate Blue #9777F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 29.09%
G = 22.93%
B = 47.98%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9777F9 (or 0x9777F9) is known color: Light Slate Blue. HEX triplet: 97, 77 and F9. RGB value is (151,119,249). Sum of RGB (Red+Green+Blue) = 151+119+249=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #9777F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9777F9 is #688806. Grayscale: #8E8E8E. Windows color (decimal): -6850567 or 16349079. OLE color: 16349079.

HSL color Cylindrical-coordinate representation of color #9777F9: hue angle of 254.77º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9777F9 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 119 249 -
CMYK 0.39 0.52 0 0.02
HSL 254.77º 0.92% 0.72% -
HSV(B) 254.77º 0.52% 0.98% -
XYZ 36.46 26.61 92.84 -
YUV 143.39 187.6 133.43 -
System Red Green Blue C M Y K H S L
Decimal 151 119 249 0.39 0.52 0 0.02 254.77 0.92 0.72
Hex 97 77 F9 27 34 0 2 FF 5C 48
Octal 227 167 371 47 64 0 2 377 134 110
Binary 10010111 1110111 11111001 100111 110100 0 10 11111111 1011100 1001000

Color Harmonies of #9777F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777F9

Black with #9777F9

Text Example


Text Example

White with #9777F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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