#9777FE

Color #9777FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9777FE

Tints of Light Slate Blue #9777FE

Color information

#9777FE (or 0x9777FE) is unknown color: approx Light Slate Blue. HEX triplet: 97, 77 and FE. RGB value is (151,119,254). Sum of RGB (Red+Green+Blue) = 151+119+254=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #9777FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9777FE is #688801. Grayscale: #8F8F8F. Windows color (decimal): -6850562 or 16676759. OLE color: 16676759.

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

Color convert

RGB151119254-
CMYK0.410.5300.00
HSL254.22º98.54%73.14%-
HSV(B)254.22º53.15%99.61%-
XYZ37.2526.9397-
YUV143.96190.1133.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 119 (46.88% from 255) = 22.71%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=28.82%
G=22.71%
B=48.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511192540.410.5300.00254.2298.5473.14
Hex9777FE293500fe6349
Octal227167376516500376143111
Binary10010111111011111111110101001110101001111111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9777FE;
 }
 .AnyTagClassName
 {
   color: #9777FE;
 }
</style>
background-color css

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

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

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

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

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

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