Shades of Light Slate Blue #8187FF
Tints of Light Slate Blue #8187FF
RGB
CMYK
RGB Variations
Color information
#8187FF (or 0x8187FF) is known color: Light Slate Blue. HEX triplet: 81, 87 and FF. RGB value is (129,135,255). Sum of RGB (Red+Green+Blue) = 129+135+255=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8187FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8187FF is #7E7800. Grayscale: #929292. Windows color (decimal): -8288257 or 16746369. OLE color: 16746369.
HSL color Cylindrical-coordinate representation of color #8187FF: hue angle of 237.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8187FF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 135 | 255 | - |
| CMYK | 0.49 | 0.47 | 0 | 0 |
| HSL | 237.14º | 1% | 0.75% | - |
| HSV(B) | 237.14º | 0.49% | 1% | - |
| XYZ | 35.77 | 29.22 | 98.36 | - |
| YUV | 146.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 255 | 0.49 | 0.47 | 0 | 0 | 237.14 | 1 | 0.75 |
| Hex | 81 | 87 | FF | 31 | 2F | 0 | 0 | ED | 64 | 4B |
| Octal | 201 | 207 | 377 | 61 | 57 | 0 | 0 | 355 | 144 | 113 |
| Binary | 10000001 | 10000111 | 11111111 | 110001 | 101111 | 0 | 0 | 11101101 | 1100100 | 1001011 |
Color Harmonies of #8187FF
Complementary color
Monochromatic Colors of #8187FF
Black with #8187FF
Text Example
Text Example
White with #8187FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187FF; }
p { color: rgb(129,135,255); }
H1.HeaderClassName
{
color: #8187FF;
}
.AnyTagClassName
{
color: #8187FF;
}
</style>
background-color css
<style>
a { background-color: #8187FF; }
a { background-color: rgb(129,135,255); }
div.DivClassName
{
background-color: #8187FF;
}
.BgClassName
{
background-color: #8187FF;
}
</style>
border-color css
<style>
span { border-color: #8187FF; }
span { border-color: rgb(129,135,255); }
td.TdClassName
{
border-color: #8187FF;
}
.TagClassName
{
border-color: #8187FF;
}
</style>