Shades of Light Slate Blue #8082EE
Tints of Light Slate Blue #8082EE
RGB
CMYK
RGB Variations
Color information
#8082EE (or 0x8082EE) is known color: Light Slate Blue. HEX triplet: 80, 82 and EE. RGB value is (128,130,238). Sum of RGB (Red+Green+Blue) = 128+130+238=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #8082EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082EE is #7F7D11. Grayscale: #8D8D8D. Windows color (decimal): -8355090 or 15630976. OLE color: 15630976.
HSL color Cylindrical-coordinate representation of color #8082EE: hue angle of 238.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8082EE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 130 | 238 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.07 |
| HSL | 238.91º | 0.76% | 0.72% | - |
| HSV(B) | 238.91º | 0.46% | 0.93% | - |
| XYZ | 32.32 | 26.73 | 84.34 | - |
| YUV | 141.71 | 182.34 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 238 | 0.46 | 0.45 | 0 | 0.07 | 238.91 | 0.76 | 0.72 |
| Hex | 80 | 82 | EE | 2E | 2D | 0 | 7 | EF | 4C | 48 |
| Octal | 200 | 202 | 356 | 56 | 55 | 0 | 7 | 357 | 114 | 110 |
| Binary | 10000000 | 10000010 | 11101110 | 101110 | 101101 | 0 | 111 | 11101111 | 1001100 | 1001000 |
Color Harmonies of #8082EE
Complementary color
Monochromatic Colors of #8082EE
Black with #8082EE
Text Example
Text Example
White with #8082EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082EE; }
p { color: rgb(128,130,238); }
H1.HeaderClassName
{
color: #8082EE;
}
.AnyTagClassName
{
color: #8082EE;
}
</style>
background-color css
<style>
a { background-color: #8082EE; }
a { background-color: rgb(128,130,238); }
div.DivClassName
{
background-color: #8082EE;
}
.BgClassName
{
background-color: #8082EE;
}
</style>
border-color css
<style>
span { border-color: #8082EE; }
span { border-color: rgb(128,130,238); }
td.TdClassName
{
border-color: #8082EE;
}
.TagClassName
{
border-color: #8082EE;
}
</style>