Shades of Light Slate Blue #8281ED
Tints of Light Slate Blue #8281ED
RGB
CMYK
RGB Variations
Color information
#8281ED (or 0x8281ED) is known color: Light Slate Blue. HEX triplet: 82, 81 and ED. RGB value is (130,129,237). Sum of RGB (Red+Green+Blue) = 130+129+237=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #8281ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8281ED is #7D7E12. Grayscale: #8D8D8D. Windows color (decimal): -8224275 or 15565186. OLE color: 15565186.
HSL color Cylindrical-coordinate representation of color #8281ED: hue angle of 240.56º 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 #8281ED is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 129 | 237 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.07 |
| HSL | 240.56º | 0.75% | 0.72% | - |
| HSV(B) | 240.56º | 0.46% | 0.93% | - |
| XYZ | 32.34 | 26.56 | 83.54 | - |
| YUV | 141.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 237 | 0.45 | 0.46 | 0 | 0.07 | 240.56 | 0.75 | 0.72 |
| Hex | 82 | 81 | ED | 2D | 2E | 0 | 7 | F1 | 4B | 48 |
| Octal | 202 | 201 | 355 | 55 | 56 | 0 | 7 | 361 | 113 | 110 |
| Binary | 10000010 | 10000001 | 11101101 | 101101 | 101110 | 0 | 111 | 11110001 | 1001011 | 1001000 |
Color Harmonies of #8281ED
Complementary color
Monochromatic Colors of #8281ED
Black with #8281ED
Text Example
Text Example
White with #8281ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8281ED; }
p { color: rgb(130,129,237); }
H1.HeaderClassName
{
color: #8281ED;
}
.AnyTagClassName
{
color: #8281ED;
}
</style>
background-color css
<style>
a { background-color: #8281ED; }
a { background-color: rgb(130,129,237); }
div.DivClassName
{
background-color: #8281ED;
}
.BgClassName
{
background-color: #8281ED;
}
</style>
border-color css
<style>
span { border-color: #8281ED; }
span { border-color: rgb(130,129,237); }
td.TdClassName
{
border-color: #8281ED;
}
.TagClassName
{
border-color: #8281ED;
}
</style>