Shades of Light Slate Blue #8183EE
Tints of Light Slate Blue #8183EE
RGB
CMYK
RGB Variations
Color information
#8183EE (or 0x8183EE) is known color: Light Slate Blue. HEX triplet: 81, 83 and EE. RGB value is (129,131,238). Sum of RGB (Red+Green+Blue) = 129+131+238=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #8183EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8183EE is #7E7C11. Grayscale: #8E8E8E. Windows color (decimal): -8289298 or 15631233. OLE color: 15631233.
HSL color Cylindrical-coordinate representation of color #8183EE: hue angle of 238.9º 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 #8183EE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 131 | 238 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.07 |
| HSL | 238.9º | 0.76% | 0.72% | - |
| HSV(B) | 238.9º | 0.46% | 0.93% | - |
| XYZ | 32.6 | 27.07 | 84.4 | - |
| YUV | 142.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 238 | 0.46 | 0.45 | 0 | 0.07 | 238.9 | 0.76 | 0.72 |
| Hex | 81 | 83 | EE | 2E | 2D | 0 | 7 | EF | 4C | 48 |
| Octal | 201 | 203 | 356 | 56 | 55 | 0 | 7 | 357 | 114 | 110 |
| Binary | 10000001 | 10000011 | 11101110 | 101110 | 101101 | 0 | 111 | 11101111 | 1001100 | 1001000 |
Color Harmonies of #8183EE
Complementary color
Monochromatic Colors of #8183EE
Black with #8183EE
Text Example
Text Example
White with #8183EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183EE; }
p { color: rgb(129,131,238); }
H1.HeaderClassName
{
color: #8183EE;
}
.AnyTagClassName
{
color: #8183EE;
}
</style>
background-color css
<style>
a { background-color: #8183EE; }
a { background-color: rgb(129,131,238); }
div.DivClassName
{
background-color: #8183EE;
}
.BgClassName
{
background-color: #8183EE;
}
</style>
border-color css
<style>
span { border-color: #8183EE; }
span { border-color: rgb(129,131,238); }
td.TdClassName
{
border-color: #8183EE;
}
.TagClassName
{
border-color: #8183EE;
}
</style>