#9576FC

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

Shades of Light Slate Blue #9576FC

Tints of Light Slate Blue #9576FC

Color information

#9576FC (or 0x9576FC) is unknown color: approx Light Slate Blue. HEX triplet: 95, 76 and FC. RGB value is (149,118,252). Sum of RGB (Red+Green+Blue) = 149+118+252=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #9576FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9576FC is #6A8903. Grayscale: #8E8E8E. Windows color (decimal): -6981892 or 16545429. OLE color: 16545429.

HSL color Cylindrical-coordinate representation of color #9576FC: hue angle of 253.88º degrees, saturation: 0.96, 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 #9576FC is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149118252-
CMYK0.410.5300.01
HSL253.88º95.71%72.55%-
HSV(B)253.88º53.17%98.82%-
XYZ36.4426.3795.27-
YUV142.54189.77132.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=28.71%
G=22.74%
B=48.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491182520.410.5300.01253.8895.7172.55
Hex9576FC293501fe6049
Octal225166374516501376140111
Binary10010101111011011111100101001110101011111111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9576FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9576FC; }

 p { color: rgb(149,118,252); }

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

<style>
 a { background-color: #9576FC; }

 a { background-color: rgb(149,118,252); }

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

<style>
 span { border-color: #9576FC; }

 span { border-color: rgb(149,118,252); }

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