Shades of Light Slate Blue #8781EF
Tints of Light Slate Blue #8781EF
RGB
CMYK
RGB Variations
Color information
#8781EF (or 0x8781EF) is known color: Light Slate Blue. HEX triplet: 87, 81 and EF. RGB value is (135,129,239). Sum of RGB (Red+Green+Blue) = 135+129+239=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #8781EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8781EF is #787E10. Grayscale: #8E8E8E. Windows color (decimal): -7896593 or 15696263. OLE color: 15696263.
HSL color Cylindrical-coordinate representation of color #8781EF: hue angle of 243.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 #8781EF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 129 | 239 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.06 |
| HSL | 243.27º | 0.77% | 0.72% | - |
| HSV(B) | 243.27º | 0.46% | 0.94% | - |
| XYZ | 33.42 | 27.08 | 85.13 | - |
| YUV | 143.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 239 | 0.44 | 0.46 | 0 | 0.06 | 243.27 | 0.77 | 0.72 |
| Hex | 87 | 81 | EF | 2C | 2E | 0 | 6 | F3 | 4D | 48 |
| Octal | 207 | 201 | 357 | 54 | 56 | 0 | 6 | 363 | 115 | 110 |
| Binary | 10000111 | 10000001 | 11101111 | 101100 | 101110 | 0 | 110 | 11110011 | 1001101 | 1001000 |
Color Harmonies of #8781EF
Complementary color
Monochromatic Colors of #8781EF
Black with #8781EF
Text Example
Text Example
White with #8781EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8781EF; }
p { color: rgb(135,129,239); }
H1.HeaderClassName
{
color: #8781EF;
}
.AnyTagClassName
{
color: #8781EF;
}
</style>
background-color css
<style>
a { background-color: #8781EF; }
a { background-color: rgb(135,129,239); }
div.DivClassName
{
background-color: #8781EF;
}
.BgClassName
{
background-color: #8781EF;
}
</style>
border-color css
<style>
span { border-color: #8781EF; }
span { border-color: rgb(135,129,239); }
td.TdClassName
{
border-color: #8781EF;
}
.TagClassName
{
border-color: #8781EF;
}
</style>