#9777FD

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

Shades of Light Slate Blue #9777FD

Tints of Light Slate Blue #9777FD

Color information

#9777FD (or 0x9777FD) is unknown color: approx Light Slate Blue. HEX triplet: 97, 77 and FD. RGB value is (151,119,253). Sum of RGB (Red+Green+Blue) = 151+119+253=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #9777FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9777FD is #688802. Grayscale: #8F8F8F. Windows color (decimal): -6850563 or 16611223. OLE color: 16611223.

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

Color convert

RGB151119253-
CMYK0.400.5300.01
HSL254.33º97.1%72.94%-
HSV(B)254.33º52.96%99.22%-
XYZ37.0926.8696.16-
YUV143.84189.6133.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.87%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=28.87%
G=22.75%
B=48.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511192530.400.5300.01254.3397.172.94
Hex9777FD283501fe6149
Octal227167375506501376141111
Binary10010111111011111111101101000110101011111111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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