Shades of Light Slate Blue #8280ED
Tints of Light Slate Blue #8280ED
RGB
CMYK
RGB Variations
Color information
#8280ED (or 0x8280ED) is known color: Light Slate Blue. HEX triplet: 82, 80 and ED. RGB value is (130,128,237). Sum of RGB (Red+Green+Blue) = 130+128+237=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #8280ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280ED is #7D7F12. Grayscale: #8C8C8C. Windows color (decimal): -8224531 or 15564930. OLE color: 15564930.
HSL color Cylindrical-coordinate representation of color #8280ED: hue angle of 241.1º degrees, saturation: 0.75, 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 #8280ED is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 128 | 237 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.07 |
| HSL | 241.1º | 0.75% | 0.72% | - |
| HSV(B) | 241.1º | 0.46% | 0.93% | - |
| XYZ | 32.21 | 26.3 | 83.5 | - |
| YUV | 141.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 237 | 0.45 | 0.46 | 0 | 0.07 | 241.1 | 0.75 | 0.72 |
| Hex | 82 | 80 | ED | 2D | 2E | 0 | 7 | F1 | 4B | 48 |
| Octal | 202 | 200 | 355 | 55 | 56 | 0 | 7 | 361 | 113 | 110 |
| Binary | 10000010 | 10000000 | 11101101 | 101101 | 101110 | 0 | 111 | 11110001 | 1001011 | 1001000 |
Color Harmonies of #8280ED
Complementary color
Monochromatic Colors of #8280ED
Black with #8280ED
Text Example
Text Example
White with #8280ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8280ED; }
p { color: rgb(130,128,237); }
H1.HeaderClassName
{
color: #8280ED;
}
.AnyTagClassName
{
color: #8280ED;
}
</style>
background-color css
<style>
a { background-color: #8280ED; }
a { background-color: rgb(130,128,237); }
div.DivClassName
{
background-color: #8280ED;
}
.BgClassName
{
background-color: #8280ED;
}
</style>
border-color css
<style>
span { border-color: #8280ED; }
span { border-color: rgb(130,128,237); }
td.TdClassName
{
border-color: #8280ED;
}
.TagClassName
{
border-color: #8280ED;
}
</style>