Shades of Light Slate Blue #8187F6
Tints of Light Slate Blue #8187F6
RGB
CMYK
RGB Variations
Color information
#8187F6 (or 0x8187F6) is known color: Light Slate Blue. HEX triplet: 81, 87 and F6. RGB value is (129,135,246). Sum of RGB (Red+Green+Blue) = 129+135+246=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #8187F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8187F6 is #7E7809. Grayscale: #919191. Windows color (decimal): -8288266 or 16156545. OLE color: 16156545.
HSL color Cylindrical-coordinate representation of color #8187F6: hue angle of 236.92º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8187F6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 135 | 246 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.04 |
| HSL | 236.92º | 0.87% | 0.74% | - |
| HSV(B) | 236.92º | 0.48% | 0.96% | - |
| XYZ | 34.35 | 28.65 | 90.91 | - |
| YUV | 145.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 246 | 0.48 | 0.45 | 0 | 0.04 | 236.92 | 0.87 | 0.74 |
| Hex | 81 | 87 | F6 | 30 | 2D | 0 | 4 | ED | 57 | 4A |
| Octal | 201 | 207 | 366 | 60 | 55 | 0 | 4 | 355 | 127 | 112 |
| Binary | 10000001 | 10000111 | 11110110 | 110000 | 101101 | 0 | 100 | 11101101 | 1010111 | 1001010 |
Color Harmonies of #8187F6
Complementary color
Monochromatic Colors of #8187F6
Black with #8187F6
Text Example
Text Example
White with #8187F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8187F6; }
p { color: rgb(129,135,246); }
H1.HeaderClassName
{
color: #8187F6;
}
.AnyTagClassName
{
color: #8187F6;
}
</style>
background-color css
<style>
a { background-color: #8187F6; }
a { background-color: rgb(129,135,246); }
div.DivClassName
{
background-color: #8187F6;
}
.BgClassName
{
background-color: #8187F6;
}
</style>
border-color css
<style>
span { border-color: #8187F6; }
span { border-color: rgb(129,135,246); }
td.TdClassName
{
border-color: #8187F6;
}
.TagClassName
{
border-color: #8187F6;
}
</style>