Shades of Light Slate Blue #8591FE
Tints of Light Slate Blue #8591FE
RGB
CMYK
RGB Variations
Color information
#8591FE (or 0x8591FE) is known color: Light Slate Blue. HEX triplet: 85, 91 and FE. RGB value is (133,145,254). Sum of RGB (Red+Green+Blue) = 133+145+254=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #8591FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8591FE is #7A6E01. Grayscale: #999999. Windows color (decimal): -8023554 or 16683397. OLE color: 16683397.
HSL color Cylindrical-coordinate representation of color #8591FE: hue angle of 234.05º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8591FE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 145 | 254 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.00 |
| HSL | 234.05º | 0.98% | 0.76% | - |
| HSV(B) | 234.05º | 0.48% | 1% | - |
| XYZ | 37.69 | 32.39 | 98.03 | - |
| YUV | 153.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 254 | 0.48 | 0.43 | 0 | 0.00 | 234.05 | 0.98 | 0.76 |
| Hex | 85 | 91 | FE | 30 | 2B | 0 | 0 | EA | 62 | 4C |
| Octal | 205 | 221 | 376 | 60 | 53 | 0 | 0 | 352 | 142 | 114 |
| Binary | 10000101 | 10010001 | 11111110 | 110000 | 101011 | 0 | 0 | 11101010 | 1100010 | 1001100 |
Color Harmonies of #8591FE
Complementary color
Monochromatic Colors of #8591FE
Black with #8591FE
Text Example
Text Example
White with #8591FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8591FE; }
p { color: rgb(133,145,254); }
H1.HeaderClassName
{
color: #8591FE;
}
.AnyTagClassName
{
color: #8591FE;
}
</style>
background-color css
<style>
a { background-color: #8591FE; }
a { background-color: rgb(133,145,254); }
div.DivClassName
{
background-color: #8591FE;
}
.BgClassName
{
background-color: #8591FE;
}
</style>
border-color css
<style>
span { border-color: #8591FE; }
span { border-color: rgb(133,145,254); }
td.TdClassName
{
border-color: #8591FE;
}
.TagClassName
{
border-color: #8591FE;
}
</style>