Shades of Light Slate Blue #8581ED
Tints of Light Slate Blue #8581ED
RGB
CMYK
RGB Variations
Color information
#8581ED (or 0x8581ED) is known color: Light Slate Blue. HEX triplet: 85, 81 and ED. RGB value is (133,129,237). Sum of RGB (Red+Green+Blue) = 133+129+237=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #8581ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581ED is #7A7E12. Grayscale: #8E8E8E. Windows color (decimal): -8027667 or 15565189. OLE color: 15565189.
HSL color Cylindrical-coordinate representation of color #8581ED: hue angle of 242.22º 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 #8581ED is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 129 | 237 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.07 |
| HSL | 242.22º | 0.75% | 0.72% | - |
| HSV(B) | 242.22º | 0.46% | 0.93% | - |
| XYZ | 32.81 | 26.8 | 83.56 | - |
| YUV | 142.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 237 | 0.44 | 0.46 | 0 | 0.07 | 242.22 | 0.75 | 0.72 |
| Hex | 85 | 81 | ED | 2C | 2E | 0 | 7 | F2 | 4B | 48 |
| Octal | 205 | 201 | 355 | 54 | 56 | 0 | 7 | 362 | 113 | 110 |
| Binary | 10000101 | 10000001 | 11101101 | 101100 | 101110 | 0 | 111 | 11110010 | 1001011 | 1001000 |
Color Harmonies of #8581ED
Complementary color
Monochromatic Colors of #8581ED
Black with #8581ED
Text Example
Text Example
White with #8581ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581ED; }
p { color: rgb(133,129,237); }
H1.HeaderClassName
{
color: #8581ED;
}
.AnyTagClassName
{
color: #8581ED;
}
</style>
background-color css
<style>
a { background-color: #8581ED; }
a { background-color: rgb(133,129,237); }
div.DivClassName
{
background-color: #8581ED;
}
.BgClassName
{
background-color: #8581ED;
}
</style>
border-color css
<style>
span { border-color: #8581ED; }
span { border-color: rgb(133,129,237); }
td.TdClassName
{
border-color: #8581ED;
}
.TagClassName
{
border-color: #8581ED;
}
</style>