Shades of Light Slate Blue #8186EF
Tints of Light Slate Blue #8186EF
RGB
CMYK
RGB Variations
Color information
#8186EF (or 0x8186EF) is known color: Light Slate Blue. HEX triplet: 81, 86 and EF. RGB value is (129,134,239). Sum of RGB (Red+Green+Blue) = 129+134+239=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #8186EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8186EF is #7E7910. Grayscale: #909090. Windows color (decimal): -8288529 or 15697537. OLE color: 15697537.
HSL color Cylindrical-coordinate representation of color #8186EF: hue angle of 237.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8186EF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 134 | 239 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.06 |
| HSL | 237.27º | 0.77% | 0.72% | - |
| HSV(B) | 237.27º | 0.46% | 0.94% | - |
| XYZ | 33.16 | 27.95 | 85.31 | - |
| YUV | 144.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 239 | 0.46 | 0.44 | 0 | 0.06 | 237.27 | 0.77 | 0.72 |
| Hex | 81 | 86 | EF | 2E | 2C | 0 | 6 | ED | 4D | 48 |
| Octal | 201 | 206 | 357 | 56 | 54 | 0 | 6 | 355 | 115 | 110 |
| Binary | 10000001 | 10000110 | 11101111 | 101110 | 101100 | 0 | 110 | 11101101 | 1001101 | 1001000 |
Color Harmonies of #8186EF
Complementary color
Monochromatic Colors of #8186EF
Black with #8186EF
Text Example
Text Example
White with #8186EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8186EF; }
p { color: rgb(129,134,239); }
H1.HeaderClassName
{
color: #8186EF;
}
.AnyTagClassName
{
color: #8186EF;
}
</style>
background-color css
<style>
a { background-color: #8186EF; }
a { background-color: rgb(129,134,239); }
div.DivClassName
{
background-color: #8186EF;
}
.BgClassName
{
background-color: #8186EF;
}
</style>
border-color css
<style>
span { border-color: #8186EF; }
span { border-color: rgb(129,134,239); }
td.TdClassName
{
border-color: #8186EF;
}
.TagClassName
{
border-color: #8186EF;
}
</style>