Shades of Light Slate Blue #8786EE
Tints of Light Slate Blue #8786EE
RGB
CMYK
RGB Variations
Color information
#8786EE (or 0x8786EE) is known color: Light Slate Blue. HEX triplet: 87, 86 and EE. RGB value is (135,134,238). Sum of RGB (Red+Green+Blue) = 135+134+238=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #8786EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8786EE is #787911. Grayscale: #919191. Windows color (decimal): -7895314 or 15632007. OLE color: 15632007.
HSL color Cylindrical-coordinate representation of color #8786EE: hue angle of 240.58º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8786EE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 134 | 238 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.07 |
| HSL | 240.58º | 0.75% | 0.73% | - |
| HSV(B) | 240.58º | 0.44% | 0.93% | - |
| XYZ | 33.95 | 28.37 | 84.58 | - |
| YUV | 146.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 238 | 0.43 | 0.44 | 0 | 0.07 | 240.58 | 0.75 | 0.73 |
| Hex | 87 | 86 | EE | 2B | 2C | 0 | 7 | F1 | 4B | 49 |
| Octal | 207 | 206 | 356 | 53 | 54 | 0 | 7 | 361 | 113 | 111 |
| Binary | 10000111 | 10000110 | 11101110 | 101011 | 101100 | 0 | 111 | 11110001 | 1001011 | 1001001 |
Color Harmonies of #8786EE
Complementary color
Monochromatic Colors of #8786EE
Black with #8786EE
Text Example
Text Example
White with #8786EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8786EE; }
p { color: rgb(135,134,238); }
H1.HeaderClassName
{
color: #8786EE;
}
.AnyTagClassName
{
color: #8786EE;
}
</style>
background-color css
<style>
a { background-color: #8786EE; }
a { background-color: rgb(135,134,238); }
div.DivClassName
{
background-color: #8786EE;
}
.BgClassName
{
background-color: #8786EE;
}
</style>
border-color css
<style>
span { border-color: #8786EE; }
span { border-color: rgb(135,134,238); }
td.TdClassName
{
border-color: #8786EE;
}
.TagClassName
{
border-color: #8786EE;
}
</style>