Shades of Light Slate Blue #8282EB
Tints of Light Slate Blue #8282EB
RGB
CMYK
RGB Variations
Color information
#8282EB (or 0x8282EB) is known color: Light Slate Blue. HEX triplet: 82, 82 and EB. RGB value is (130,130,235). Sum of RGB (Red+Green+Blue) = 130+130+235=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #8282EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8282EB is #7D7D14. Grayscale: #8D8D8D. Windows color (decimal): -8224021 or 15434370. OLE color: 15434370.
HSL color Cylindrical-coordinate representation of color #8282EB: hue angle of 240º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8282EB is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 130 | 235 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.08 |
| HSL | 240º | 0.72% | 0.72% | - |
| HSV(B) | 240º | 0.45% | 0.92% | - |
| XYZ | 32.18 | 26.71 | 82.06 | - |
| YUV | 141.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 235 | 0.45 | 0.45 | 0 | 0.08 | 240 | 0.72 | 0.72 |
| Hex | 82 | 82 | EB | 2D | 2D | 0 | 8 | F0 | 48 | 48 |
| Octal | 202 | 202 | 353 | 55 | 55 | 0 | 10 | 360 | 110 | 110 |
| Binary | 10000010 | 10000010 | 11101011 | 101101 | 101101 | 0 | 1000 | 11110000 | 1001000 | 1001000 |
Color Harmonies of #8282EB
Complementary color
Monochromatic Colors of #8282EB
Black with #8282EB
Text Example
Text Example
White with #8282EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8282EB; }
p { color: rgb(130,130,235); }
H1.HeaderClassName
{
color: #8282EB;
}
.AnyTagClassName
{
color: #8282EB;
}
</style>
background-color css
<style>
a { background-color: #8282EB; }
a { background-color: rgb(130,130,235); }
div.DivClassName
{
background-color: #8282EB;
}
.BgClassName
{
background-color: #8282EB;
}
</style>
border-color css
<style>
span { border-color: #8282EB; }
span { border-color: rgb(130,130,235); }
td.TdClassName
{
border-color: #8282EB;
}
.TagClassName
{
border-color: #8282EB;
}
</style>