Shades of Light Slate Blue #8185EE
Tints of Light Slate Blue #8185EE
RGB
CMYK
RGB Variations
Color information
#8185EE (or 0x8185EE) is known color: Light Slate Blue. HEX triplet: 81, 85 and EE. RGB value is (129,133,238). Sum of RGB (Red+Green+Blue) = 129+133+238=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #8185EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8185EE is #7E7A11. Grayscale: #8F8F8F. Windows color (decimal): -8288786 or 15631745. OLE color: 15631745.
HSL color Cylindrical-coordinate representation of color #8185EE: hue angle of 237.8º degrees, saturation: 0.76, 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 #8185EE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 133 | 238 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.07 |
| HSL | 237.8º | 0.76% | 0.72% | - |
| HSV(B) | 237.8º | 0.46% | 0.93% | - |
| XYZ | 32.87 | 27.62 | 84.49 | - |
| YUV | 143.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 238 | 0.46 | 0.44 | 0 | 0.07 | 237.8 | 0.76 | 0.72 |
| Hex | 81 | 85 | EE | 2E | 2C | 0 | 7 | EE | 4C | 48 |
| Octal | 201 | 205 | 356 | 56 | 54 | 0 | 7 | 356 | 114 | 110 |
| Binary | 10000001 | 10000101 | 11101110 | 101110 | 101100 | 0 | 111 | 11101110 | 1001100 | 1001000 |
Color Harmonies of #8185EE
Complementary color
Monochromatic Colors of #8185EE
Black with #8185EE
Text Example
Text Example
White with #8185EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185EE; }
p { color: rgb(129,133,238); }
H1.HeaderClassName
{
color: #8185EE;
}
.AnyTagClassName
{
color: #8185EE;
}
</style>
background-color css
<style>
a { background-color: #8185EE; }
a { background-color: rgb(129,133,238); }
div.DivClassName
{
background-color: #8185EE;
}
.BgClassName
{
background-color: #8185EE;
}
</style>
border-color css
<style>
span { border-color: #8185EE; }
span { border-color: rgb(129,133,238); }
td.TdClassName
{
border-color: #8185EE;
}
.TagClassName
{
border-color: #8185EE;
}
</style>