Shades of Light Slate Blue #8588FB
Tints of Light Slate Blue #8588FB
RGB
CMYK
RGB Variations
Color information
#8588FB (or 0x8588FB) is known color: Light Slate Blue. HEX triplet: 85, 88 and FB. RGB value is (133,136,251). Sum of RGB (Red+Green+Blue) = 133+136+251=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #8588FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8588FB is #7A7704. Grayscale: #939393. Windows color (decimal): -8025861 or 16484485. OLE color: 16484485.
HSL color Cylindrical-coordinate representation of color #8588FB: hue angle of 238.47º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8588FB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 136 | 251 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.02 |
| HSL | 238.47º | 0.94% | 0.75% | - |
| HSV(B) | 238.47º | 0.47% | 0.98% | - |
| XYZ | 35.89 | 29.56 | 95.08 | - |
| YUV | 148.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 251 | 0.47 | 0.46 | 0 | 0.02 | 238.47 | 0.94 | 0.75 |
| Hex | 85 | 88 | FB | 2F | 2E | 0 | 2 | EE | 5E | 4B |
| Octal | 205 | 210 | 373 | 57 | 56 | 0 | 2 | 356 | 136 | 113 |
| Binary | 10000101 | 10001000 | 11111011 | 101111 | 101110 | 0 | 10 | 11101110 | 1011110 | 1001011 |
Color Harmonies of #8588FB
Complementary color
Monochromatic Colors of #8588FB
Black with #8588FB
Text Example
Text Example
White with #8588FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8588FB; }
p { color: rgb(133,136,251); }
H1.HeaderClassName
{
color: #8588FB;
}
.AnyTagClassName
{
color: #8588FB;
}
</style>
background-color css
<style>
a { background-color: #8588FB; }
a { background-color: rgb(133,136,251); }
div.DivClassName
{
background-color: #8588FB;
}
.BgClassName
{
background-color: #8588FB;
}
</style>
border-color css
<style>
span { border-color: #8588FB; }
span { border-color: rgb(133,136,251); }
td.TdClassName
{
border-color: #8588FB;
}
.TagClassName
{
border-color: #8588FB;
}
</style>