#8576FB

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

Shades of Light Slate Blue #8576FB

Tints of Light Slate Blue #8576FB

Color information

#8576FB (or 0x8576FB) is unknown color: approx Light Slate Blue. HEX triplet: 85, 76 and FB. RGB value is (133,118,251). Sum of RGB (Red+Green+Blue) = 133+118+251=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #8576FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8576FB is #7A8904. Grayscale: #898989. Windows color (decimal): -8030469 or 16479877. OLE color: 16479877.

HSL color Cylindrical-coordinate representation of color #8576FB: hue angle of 246.77º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8576FB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133118251-
CMYK0.470.5300.02
HSL246.77º94.33%72.35%-
HSV(B)246.77º52.99%98.43%-
XYZ33.5624.9194.31-
YUV137.65191.97124.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 251 (98.44% from 255) = 50%
R=26.49%
G=23.51%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331182510.470.5300.02246.7794.3372.35
Hex8576FB2F3502f75e48
Octal205166373576502367136110
Binary100001011110110111110111011111101010101111011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8576FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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