Shades of Light Slate Blue #8487EF
Tints of Light Slate Blue #8487EF
RGB
CMYK
RGB Variations
Color information
#8487EF (or 0x8487EF) is known color: Light Slate Blue. HEX triplet: 84, 87 and EF. RGB value is (132,135,239). Sum of RGB (Red+Green+Blue) = 132+135+239=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #8487EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8487EF is #7B7810. Grayscale: #919191. Windows color (decimal): -8091665 or 15697796. OLE color: 15697796.
HSL color Cylindrical-coordinate representation of color #8487EF: hue angle of 238.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8487EF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 135 | 239 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.06 |
| HSL | 238.32º | 0.77% | 0.73% | - |
| HSV(B) | 238.32º | 0.45% | 0.94% | - |
| XYZ | 33.76 | 28.47 | 85.38 | - |
| YUV | 145.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 239 | 0.45 | 0.44 | 0 | 0.06 | 238.32 | 0.77 | 0.73 |
| Hex | 84 | 87 | EF | 2D | 2C | 0 | 6 | EE | 4D | 49 |
| Octal | 204 | 207 | 357 | 55 | 54 | 0 | 6 | 356 | 115 | 111 |
| Binary | 10000100 | 10000111 | 11101111 | 101101 | 101100 | 0 | 110 | 11101110 | 1001101 | 1001001 |
Color Harmonies of #8487EF
Complementary color
Monochromatic Colors of #8487EF
Black with #8487EF
Text Example
Text Example
White with #8487EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8487EF; }
p { color: rgb(132,135,239); }
H1.HeaderClassName
{
color: #8487EF;
}
.AnyTagClassName
{
color: #8487EF;
}
</style>
background-color css
<style>
a { background-color: #8487EF; }
a { background-color: rgb(132,135,239); }
div.DivClassName
{
background-color: #8487EF;
}
.BgClassName
{
background-color: #8487EF;
}
</style>
border-color css
<style>
span { border-color: #8487EF; }
span { border-color: rgb(132,135,239); }
td.TdClassName
{
border-color: #8487EF;
}
.TagClassName
{
border-color: #8487EF;
}
</style>