Shades of Light Slate Blue #8588F8
Tints of Light Slate Blue #8588F8
RGB
CMYK
RGB Variations
Color information
#8588F8 (or 0x8588F8) is known color: Light Slate Blue. HEX triplet: 85, 88 and F8. RGB value is (133,136,248). Sum of RGB (Red+Green+Blue) = 133+136+248=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #8588F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8588F8 is #7A7707. Grayscale: #939393. Windows color (decimal): -8025864 or 16287877. OLE color: 16287877.
HSL color Cylindrical-coordinate representation of color #8588F8: hue angle of 238.43º 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 #8588F8 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 136 | 248 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.03 |
| HSL | 238.43º | 0.89% | 0.75% | - |
| HSV(B) | 238.43º | 0.46% | 0.97% | - |
| XYZ | 35.42 | 29.37 | 92.61 | - |
| YUV | 147.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 248 | 0.46 | 0.45 | 0 | 0.03 | 238.43 | 0.89 | 0.75 |
| Hex | 85 | 88 | F8 | 2E | 2D | 0 | 3 | EE | 59 | 4B |
| Octal | 205 | 210 | 370 | 56 | 55 | 0 | 3 | 356 | 131 | 113 |
| Binary | 10000101 | 10001000 | 11111000 | 101110 | 101101 | 0 | 11 | 11101110 | 1011001 | 1001011 |
Color Harmonies of #8588F8
Complementary color
Monochromatic Colors of #8588F8
Black with #8588F8
Text Example
Text Example
White with #8588F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8588F8; }
p { color: rgb(133,136,248); }
H1.HeaderClassName
{
color: #8588F8;
}
.AnyTagClassName
{
color: #8588F8;
}
</style>
background-color css
<style>
a { background-color: #8588F8; }
a { background-color: rgb(133,136,248); }
div.DivClassName
{
background-color: #8588F8;
}
.BgClassName
{
background-color: #8588F8;
}
</style>
border-color css
<style>
span { border-color: #8588F8; }
span { border-color: rgb(133,136,248); }
td.TdClassName
{
border-color: #8588F8;
}
.TagClassName
{
border-color: #8588F8;
}
</style>