#9777FA

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

Shades of Light Slate Blue #9777FA

Tints of Light Slate Blue #9777FA

Color information

#9777FA (or 0x9777FA) is unknown color: approx Light Slate Blue. HEX triplet: 97, 77 and FA. RGB value is (151,119,250). Sum of RGB (Red+Green+Blue) = 151+119+250=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #9777FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9777FA is #688805. Grayscale: #8F8F8F. Windows color (decimal): -6850566 or 16414615. OLE color: 16414615.

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

Color convert

RGB151119250-
CMYK0.400.5200.02
HSL254.66º92.91%72.35%-
HSV(B)254.66º52.4%98.04%-
XYZ36.6126.6893.66-
YUV143.5188.1133.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=29.04%
G=22.88%
B=48.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511192500.400.5200.02254.6692.9172.35
Hex9777FA283402ff5d48
Octal227167372506402377135110
Binary100101111110111111110101010001101000101111111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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