Shades of Light Slate Blue #8576FE
Tints of Light Slate Blue #8576FE
RGB
CMYK
RGB Variations
Color information
#8576FE (or 0x8576FE) is known color: Light Slate Blue. HEX triplet: 85, 76 and FE. RGB value is (133,118,254). Sum of RGB (Red+Green+Blue) = 133+118+254=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #8576FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8576FE is #7A8901. Grayscale: #898989. Windows color (decimal): -8030466 or 16676485. OLE color: 16676485.
HSL color Cylindrical-coordinate representation of color #8576FE: hue angle of 246.62º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8576FE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 118 | 254 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.00 |
| HSL | 246.62º | 0.99% | 0.73% | - |
| HSV(B) | 246.62º | 0.54% | 1% | - |
| XYZ | 34.04 | 25.1 | 96.82 | - |
| YUV | 137.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 254 | 0.48 | 0.54 | 0 | 0.00 | 246.62 | 0.99 | 0.73 |
| Hex | 85 | 76 | FE | 30 | 36 | 0 | 0 | F7 | 63 | 49 |
| Octal | 205 | 166 | 376 | 60 | 66 | 0 | 0 | 367 | 143 | 111 |
| Binary | 10000101 | 1110110 | 11111110 | 110000 | 110110 | 0 | 0 | 11110111 | 1100011 | 1001001 |
Color Harmonies of #8576FE
Complementary color
Monochromatic Colors of #8576FE
Black with #8576FE
Text Example
Text Example
White with #8576FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8576FE; }
p { color: rgb(133,118,254); }
H1.HeaderClassName
{
color: #8576FE;
}
.AnyTagClassName
{
color: #8576FE;
}
</style>
background-color css
<style>
a { background-color: #8576FE; }
a { background-color: rgb(133,118,254); }
div.DivClassName
{
background-color: #8576FE;
}
.BgClassName
{
background-color: #8576FE;
}
</style>
border-color css
<style>
span { border-color: #8576FE; }
span { border-color: rgb(133,118,254); }
td.TdClassName
{
border-color: #8576FE;
}
.TagClassName
{
border-color: #8576FE;
}
</style>