Shades of Light Slate Blue #8481EC
Tints of Light Slate Blue #8481EC
RGB
CMYK
RGB Variations
Color information
#8481EC (or 0x8481EC) is known color: Light Slate Blue. HEX triplet: 84, 81 and EC. RGB value is (132,129,236). Sum of RGB (Red+Green+Blue) = 132+129+236=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #8481EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8481EC is #7B7E13. Grayscale: #8D8D8D. Windows color (decimal): -8093204 or 15499652. OLE color: 15499652.
HSL color Cylindrical-coordinate representation of color #8481EC: hue angle of 241.68º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8481EC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 129 | 236 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.07 |
| HSL | 241.68º | 0.74% | 0.72% | - |
| HSV(B) | 241.68º | 0.45% | 0.93% | - |
| XYZ | 32.51 | 26.66 | 82.79 | - |
| YUV | 142.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 236 | 0.44 | 0.45 | 0 | 0.07 | 241.68 | 0.74 | 0.72 |
| Hex | 84 | 81 | EC | 2C | 2D | 0 | 7 | F2 | 4A | 48 |
| Octal | 204 | 201 | 354 | 54 | 55 | 0 | 7 | 362 | 112 | 110 |
| Binary | 10000100 | 10000001 | 11101100 | 101100 | 101101 | 0 | 111 | 11110010 | 1001010 | 1001000 |
Color Harmonies of #8481EC
Complementary color
Monochromatic Colors of #8481EC
Black with #8481EC
Text Example
Text Example
White with #8481EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481EC; }
p { color: rgb(132,129,236); }
H1.HeaderClassName
{
color: #8481EC;
}
.AnyTagClassName
{
color: #8481EC;
}
</style>
background-color css
<style>
a { background-color: #8481EC; }
a { background-color: rgb(132,129,236); }
div.DivClassName
{
background-color: #8481EC;
}
.BgClassName
{
background-color: #8481EC;
}
</style>
border-color css
<style>
span { border-color: #8481EC; }
span { border-color: rgb(132,129,236); }
td.TdClassName
{
border-color: #8481EC;
}
.TagClassName
{
border-color: #8481EC;
}
</style>