Shades of Light Slate Blue #8487FF
Tints of Light Slate Blue #8487FF
RGB
CMYK
RGB Variations
Color information
#8487FF (or 0x8487FF) is known color: Light Slate Blue. HEX triplet: 84, 87 and FF. RGB value is (132,135,255). Sum of RGB (Red+Green+Blue) = 132+135+255=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #8487FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8487FF is #7B7800. Grayscale: #939393. Windows color (decimal): -8091649 or 16746372. OLE color: 16746372.
HSL color Cylindrical-coordinate representation of color #8487FF: hue angle of 238.54º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8487FF is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 135 | 255 | - |
| CMYK | 0.48 | 0.47 | 0 | 0 |
| HSL | 238.54º | 1% | 0.76% | - |
| HSV(B) | 238.54º | 0.48% | 1% | - |
| XYZ | 36.23 | 29.45 | 98.38 | - |
| YUV | 147.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 255 | 0.48 | 0.47 | 0 | 0 | 238.54 | 1 | 0.76 |
| Hex | 84 | 87 | FF | 30 | 2F | 0 | 0 | EF | 64 | 4C |
| Octal | 204 | 207 | 377 | 60 | 57 | 0 | 0 | 357 | 144 | 114 |
| Binary | 10000100 | 10000111 | 11111111 | 110000 | 101111 | 0 | 0 | 11101111 | 1100100 | 1001100 |
Color Harmonies of #8487FF
Complementary color
Monochromatic Colors of #8487FF
Black with #8487FF
Text Example
Text Example
White with #8487FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8487FF; }
p { color: rgb(132,135,255); }
H1.HeaderClassName
{
color: #8487FF;
}
.AnyTagClassName
{
color: #8487FF;
}
</style>
background-color css
<style>
a { background-color: #8487FF; }
a { background-color: rgb(132,135,255); }
div.DivClassName
{
background-color: #8487FF;
}
.BgClassName
{
background-color: #8487FF;
}
</style>
border-color css
<style>
span { border-color: #8487FF; }
span { border-color: rgb(132,135,255); }
td.TdClassName
{
border-color: #8487FF;
}
.TagClassName
{
border-color: #8487FF;
}
</style>