Html Css Color HEX #9777F7 Light Slate Blue

📋 copy color: '#9777F7'

red 151 ◦ green 119 ◦ blue 247

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

Shades of Light Slate Blue #9777F7

Tints of Light Slate Blue #9777F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.78%

R = 29.21%
G = 23.02%
B = 47.78%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9777F7 (or 0x9777F7) is known color: Light Slate Blue. HEX triplet: 97, 77 and F7. RGB value is (151,119,247). Sum of RGB (Red+Green+Blue) = 151+119+247=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #9777F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9777F7 is #688808. Grayscale: #8E8E8E. Windows color (decimal): -6850569 or 16218007. OLE color: 16218007.

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

Color convert

RGB 151 119 247 -
CMYK 0.39 0.52 0 0.03
HSL 255º 0.89% 0.72% -
HSV(B) 255º 0.52% 0.97% -
XYZ 36.15 26.49 91.2 -
YUV 143.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 151 119 247 0.39 0.52 0 0.03 255 0.89 0.72
Hex 97 77 F7 27 34 0 3 FF 59 48
Octal 227 167 367 47 64 0 3 377 131 110
Binary 10010111 1110111 11110111 100111 110100 0 11 11111111 1011001 1001000

Color Harmonies of #9777F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777F7

Black with #9777F7

Text Example


Text Example

White with #9777F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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