Shades of Light Slate Blue #8586F8
Tints of Light Slate Blue #8586F8
RGB
CMYK
RGB Variations
Color information
#8586F8 (or 0x8586F8) is known color: Light Slate Blue. HEX triplet: 85, 86 and F8. RGB value is (133,134,248). Sum of RGB (Red+Green+Blue) = 133+134+248=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #8586F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8586F8 is #7A7907. Grayscale: #929292. Windows color (decimal): -8026376 or 16287365. OLE color: 16287365.
HSL color Cylindrical-coordinate representation of color #8586F8: hue angle of 239.48º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8586F8 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 134 | 248 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.03 |
| HSL | 239.48º | 0.89% | 0.75% | - |
| HSV(B) | 239.48º | 0.46% | 0.97% | - |
| XYZ | 35.14 | 28.81 | 92.52 | - |
| YUV | 146.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 248 | 0.46 | 0.46 | 0 | 0.03 | 239.48 | 0.89 | 0.75 |
| Hex | 85 | 86 | F8 | 2E | 2E | 0 | 3 | EF | 59 | 4B |
| Octal | 205 | 206 | 370 | 56 | 56 | 0 | 3 | 357 | 131 | 113 |
| Binary | 10000101 | 10000110 | 11111000 | 101110 | 101110 | 0 | 11 | 11101111 | 1011001 | 1001011 |
Color Harmonies of #8586F8
Complementary color
Monochromatic Colors of #8586F8
Black with #8586F8
Text Example
Text Example
White with #8586F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8586F8; }
p { color: rgb(133,134,248); }
H1.HeaderClassName
{
color: #8586F8;
}
.AnyTagClassName
{
color: #8586F8;
}
</style>
background-color css
<style>
a { background-color: #8586F8; }
a { background-color: rgb(133,134,248); }
div.DivClassName
{
background-color: #8586F8;
}
.BgClassName
{
background-color: #8586F8;
}
</style>
border-color css
<style>
span { border-color: #8586F8; }
span { border-color: rgb(133,134,248); }
td.TdClassName
{
border-color: #8586F8;
}
.TagClassName
{
border-color: #8586F8;
}
</style>