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