Shades of Light Slate Blue #8576F7
Tints of Light Slate Blue #8576F7
RGB
CMYK
RGB Variations
Color information
#8576F7 (or 0x8576F7) is known color: Light Slate Blue. HEX triplet: 85, 76 and F7. RGB value is (133,118,247). Sum of RGB (Red+Green+Blue) = 133+118+247=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #8576F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8576F7 is #7A8908. Grayscale: #888888. Windows color (decimal): -8030473 or 16217733. OLE color: 16217733.
HSL color Cylindrical-coordinate representation of color #8576F7: hue angle of 246.98º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8576F7 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 118 | 247 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.03 |
| HSL | 246.98º | 0.89% | 0.72% | - |
| HSV(B) | 246.98º | 0.52% | 0.97% | - |
| XYZ | 32.94 | 24.66 | 91.02 | - |
| YUV | 137.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 247 | 0.46 | 0.52 | 0 | 0.03 | 246.98 | 0.89 | 0.72 |
| Hex | 85 | 76 | F7 | 2E | 34 | 0 | 3 | F7 | 59 | 48 |
| Octal | 205 | 166 | 367 | 56 | 64 | 0 | 3 | 367 | 131 | 110 |
| Binary | 10000101 | 1110110 | 11110111 | 101110 | 110100 | 0 | 11 | 11110111 | 1011001 | 1001000 |
Color Harmonies of #8576F7
Complementary color
Monochromatic Colors of #8576F7
Black with #8576F7
Text Example
Text Example
White with #8576F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8576F7; }
p { color: rgb(133,118,247); }
H1.HeaderClassName
{
color: #8576F7;
}
.AnyTagClassName
{
color: #8576F7;
}
</style>
background-color css
<style>
a { background-color: #8576F7; }
a { background-color: rgb(133,118,247); }
div.DivClassName
{
background-color: #8576F7;
}
.BgClassName
{
background-color: #8576F7;
}
</style>
border-color css
<style>
span { border-color: #8576F7; }
span { border-color: rgb(133,118,247); }
td.TdClassName
{
border-color: #8576F7;
}
.TagClassName
{
border-color: #8576F7;
}
</style>