Shades of Light Slate Blue #8590FF
Tints of Light Slate Blue #8590FF
RGB
CMYK
RGB Variations
Color information
#8590FF (or 0x8590FF) is known color: Light Slate Blue. HEX triplet: 85, 90 and FF. RGB value is (133,144,255). Sum of RGB (Red+Green+Blue) = 133+144+255=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #8590FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590FF is #7A6F00. Grayscale: #989898. Windows color (decimal): -8023809 or 16748677. OLE color: 16748677.
HSL color Cylindrical-coordinate representation of color #8590FF: hue angle of 234.59º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8590FF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 144 | 255 | - |
| CMYK | 0.48 | 0.44 | 0 | 0 |
| HSL | 234.59º | 1% | 0.76% | - |
| HSV(B) | 234.59º | 0.48% | 1% | - |
| XYZ | 37.7 | 32.15 | 98.83 | - |
| YUV | 153.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 255 | 0.48 | 0.44 | 0 | 0 | 234.59 | 1 | 0.76 |
| Hex | 85 | 90 | FF | 30 | 2C | 0 | 0 | EB | 64 | 4C |
| Octal | 205 | 220 | 377 | 60 | 54 | 0 | 0 | 353 | 144 | 114 |
| Binary | 10000101 | 10010000 | 11111111 | 110000 | 101100 | 0 | 0 | 11101011 | 1100100 | 1001100 |
Color Harmonies of #8590FF
Complementary color
Monochromatic Colors of #8590FF
Black with #8590FF
Text Example
Text Example
White with #8590FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590FF; }
p { color: rgb(133,144,255); }
H1.HeaderClassName
{
color: #8590FF;
}
.AnyTagClassName
{
color: #8590FF;
}
</style>
background-color css
<style>
a { background-color: #8590FF; }
a { background-color: rgb(133,144,255); }
div.DivClassName
{
background-color: #8590FF;
}
.BgClassName
{
background-color: #8590FF;
}
</style>
border-color css
<style>
span { border-color: #8590FF; }
span { border-color: rgb(133,144,255); }
td.TdClassName
{
border-color: #8590FF;
}
.TagClassName
{
border-color: #8590FF;
}
</style>