Shades of Light Slate Blue #8482EE
Tints of Light Slate Blue #8482EE
RGB
CMYK
RGB Variations
Color information
#8482EE (or 0x8482EE) is known color: Light Slate Blue. HEX triplet: 84, 82 and EE. RGB value is (132,130,238). Sum of RGB (Red+Green+Blue) = 132+130+238=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #8482EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482EE is #7B7D11. Grayscale: #8E8E8E. Windows color (decimal): -8092946 or 15630980. OLE color: 15630980.
HSL color Cylindrical-coordinate representation of color #8482EE: hue angle of 241.11º degrees, saturation: 0.76, 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 #8482EE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 130 | 238 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.07 |
| HSL | 241.11º | 0.76% | 0.72% | - |
| HSV(B) | 241.11º | 0.45% | 0.93% | - |
| XYZ | 32.93 | 27.04 | 84.37 | - |
| YUV | 142.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 238 | 0.45 | 0.45 | 0 | 0.07 | 241.11 | 0.76 | 0.72 |
| Hex | 84 | 82 | EE | 2D | 2D | 0 | 7 | F1 | 4C | 48 |
| Octal | 204 | 202 | 356 | 55 | 55 | 0 | 7 | 361 | 114 | 110 |
| Binary | 10000100 | 10000010 | 11101110 | 101101 | 101101 | 0 | 111 | 11110001 | 1001100 | 1001000 |
Color Harmonies of #8482EE
Complementary color
Monochromatic Colors of #8482EE
Black with #8482EE
Text Example
Text Example
White with #8482EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482EE; }
p { color: rgb(132,130,238); }
H1.HeaderClassName
{
color: #8482EE;
}
.AnyTagClassName
{
color: #8482EE;
}
</style>
background-color css
<style>
a { background-color: #8482EE; }
a { background-color: rgb(132,130,238); }
div.DivClassName
{
background-color: #8482EE;
}
.BgClassName
{
background-color: #8482EE;
}
</style>
border-color css
<style>
span { border-color: #8482EE; }
span { border-color: rgb(132,130,238); }
td.TdClassName
{
border-color: #8482EE;
}
.TagClassName
{
border-color: #8482EE;
}
</style>