Shades of Light Slate Blue #8482EF
Tints of Light Slate Blue #8482EF
RGB
CMYK
RGB Variations
Color information
#8482EF (or 0x8482EF) is known color: Light Slate Blue. HEX triplet: 84, 82 and EF. RGB value is (132,130,239). Sum of RGB (Red+Green+Blue) = 132+130+239=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #8482EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482EF is #7B7D10. Grayscale: #8E8E8E. Windows color (decimal): -8092945 or 15696516. OLE color: 15696516.
HSL color Cylindrical-coordinate representation of color #8482EF: hue angle of 241.1º 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 #8482EF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 130 | 239 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.06 |
| HSL | 241.1º | 0.77% | 0.72% | - |
| HSV(B) | 241.1º | 0.46% | 0.94% | - |
| XYZ | 33.08 | 27.1 | 85.15 | - |
| YUV | 143.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 239 | 0.45 | 0.46 | 0 | 0.06 | 241.1 | 0.77 | 0.72 |
| Hex | 84 | 82 | EF | 2D | 2E | 0 | 6 | F1 | 4D | 48 |
| Octal | 204 | 202 | 357 | 55 | 56 | 0 | 6 | 361 | 115 | 110 |
| Binary | 10000100 | 10000010 | 11101111 | 101101 | 101110 | 0 | 110 | 11110001 | 1001101 | 1001000 |
Color Harmonies of #8482EF
Complementary color
Monochromatic Colors of #8482EF
Black with #8482EF
Text Example
Text Example
White with #8482EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482EF; }
p { color: rgb(132,130,239); }
H1.HeaderClassName
{
color: #8482EF;
}
.AnyTagClassName
{
color: #8482EF;
}
</style>
background-color css
<style>
a { background-color: #8482EF; }
a { background-color: rgb(132,130,239); }
div.DivClassName
{
background-color: #8482EF;
}
.BgClassName
{
background-color: #8482EF;
}
</style>
border-color css
<style>
span { border-color: #8482EF; }
span { border-color: rgb(132,130,239); }
td.TdClassName
{
border-color: #8482EF;
}
.TagClassName
{
border-color: #8482EF;
}
</style>