Shades of Light Slate Blue #8183EC
Tints of Light Slate Blue #8183EC
RGB
CMYK
RGB Variations
Color information
#8183EC (or 0x8183EC) is known color: Light Slate Blue. HEX triplet: 81, 83 and EC. RGB value is (129,131,236). Sum of RGB (Red+Green+Blue) = 129+131+236=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #8183EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8183EC is #7E7C13. Grayscale: #8D8D8D. Windows color (decimal): -8289300 or 15500161. OLE color: 15500161.
HSL color Cylindrical-coordinate representation of color #8183EC: hue angle of 238.88º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8183EC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 131 | 236 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.07 |
| HSL | 238.88º | 0.74% | 0.72% | - |
| HSV(B) | 238.88º | 0.45% | 0.93% | - |
| XYZ | 32.31 | 26.96 | 82.86 | - |
| YUV | 142.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 236 | 0.45 | 0.44 | 0 | 0.07 | 238.88 | 0.74 | 0.72 |
| Hex | 81 | 83 | EC | 2D | 2C | 0 | 7 | EF | 4A | 48 |
| Octal | 201 | 203 | 354 | 55 | 54 | 0 | 7 | 357 | 112 | 110 |
| Binary | 10000001 | 10000011 | 11101100 | 101101 | 101100 | 0 | 111 | 11101111 | 1001010 | 1001000 |
Color Harmonies of #8183EC
Complementary color
Monochromatic Colors of #8183EC
Black with #8183EC
Text Example
Text Example
White with #8183EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183EC; }
p { color: rgb(129,131,236); }
H1.HeaderClassName
{
color: #8183EC;
}
.AnyTagClassName
{
color: #8183EC;
}
</style>
background-color css
<style>
a { background-color: #8183EC; }
a { background-color: rgb(129,131,236); }
div.DivClassName
{
background-color: #8183EC;
}
.BgClassName
{
background-color: #8183EC;
}
</style>
border-color css
<style>
span { border-color: #8183EC; }
span { border-color: rgb(129,131,236); }
td.TdClassName
{
border-color: #8183EC;
}
.TagClassName
{
border-color: #8183EC;
}
</style>