Shades of Light Slate Blue #8D91FF
Tints of Light Slate Blue #8D91FF
RGB
CMYK
RGB Variations
Color information
#8D91FF (or 0x8D91FF) is known color: Light Slate Blue. HEX triplet: 8D, 91 and FF. RGB value is (141,145,255). Sum of RGB (Red+Green+Blue) = 141+145+255=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D91FF is #726E00. Grayscale: #9B9B9B. Windows color (decimal): -7499265 or 16748941. OLE color: 16748941.
HSL color Cylindrical-coordinate representation of color #8D91FF: hue angle of 237.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D91FF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 145 | 255 | - |
| CMYK | 0.45 | 0.43 | 0 | 0 |
| HSL | 237.89º | 1% | 0.78% | - |
| HSV(B) | 237.89º | 0.45% | 1% | - |
| XYZ | 39.16 | 33.13 | 98.94 | - |
| YUV | 156.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 255 | 0.45 | 0.43 | 0 | 0 | 237.89 | 1 | 0.78 |
| Hex | 8D | 91 | FF | 2D | 2B | 0 | 0 | EE | 64 | 4E |
| Octal | 215 | 221 | 377 | 55 | 53 | 0 | 0 | 356 | 144 | 116 |
| Binary | 10001101 | 10010001 | 11111111 | 101101 | 101011 | 0 | 0 | 11101110 | 1100100 | 1001110 |
Color Harmonies of #8D91FF
Complementary color
Monochromatic Colors of #8D91FF
Black with #8D91FF
Text Example
Text Example
White with #8D91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91FF; }
p { color: rgb(141,145,255); }
H1.HeaderClassName
{
color: #8D91FF;
}
.AnyTagClassName
{
color: #8D91FF;
}
</style>
background-color css
<style>
a { background-color: #8D91FF; }
a { background-color: rgb(141,145,255); }
div.DivClassName
{
background-color: #8D91FF;
}
.BgClassName
{
background-color: #8D91FF;
}
</style>
border-color css
<style>
span { border-color: #8D91FF; }
span { border-color: rgb(141,145,255); }
td.TdClassName
{
border-color: #8D91FF;
}
.TagClassName
{
border-color: #8D91FF;
}
</style>