#8576FC

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

Shades of Light Slate Blue #8576FC

Tints of Light Slate Blue #8576FC

Color information

#8576FC (or 0x8576FC) is unknown color: approx Light Slate Blue. HEX triplet: 85, 76 and FC. RGB value is (133,118,252). Sum of RGB (Red+Green+Blue) = 133+118+252=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #8576FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8576FC is #7A8903. Grayscale: #898989. Windows color (decimal): -8030468 or 16545413. OLE color: 16545413.

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

Color convert

RGB133118252-
CMYK0.470.5300.01
HSL246.72º95.71%72.55%-
HSV(B)246.72º53.17%98.82%-
XYZ33.7224.9795.14-
YUV137.76192.47124.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 252 (98.83% from 255) = 50.10%
R=26.44%
G=23.46%
B=50.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331182520.470.5300.01246.7295.7172.55
Hex8576FC2F3501f76049
Octal205166374576501367140111
Binary10000101111011011111100101111110101011111011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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