Shades of Light Slate Blue #8483EC
Tints of Light Slate Blue #8483EC
RGB
CMYK
RGB Variations
Color information
#8483EC (or 0x8483EC) is known color: Light Slate Blue. HEX triplet: 84, 83 and EC. RGB value is (132,131,236). Sum of RGB (Red+Green+Blue) = 132+131+236=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8483EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483EC is #7B7C13. Grayscale: #8E8E8E. Windows color (decimal): -8092692 or 15500164. OLE color: 15500164.
HSL color Cylindrical-coordinate representation of color #8483EC: hue angle of 240.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8483EC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 131 | 236 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.07 |
| HSL | 240.57º | 0.73% | 0.72% | - |
| HSV(B) | 240.57º | 0.44% | 0.93% | - |
| XYZ | 32.77 | 27.19 | 82.88 | - |
| YUV | 143.27 | 180.33 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 236 | 0.44 | 0.44 | 0 | 0.07 | 240.57 | 0.73 | 0.72 |
| Hex | 84 | 83 | EC | 2C | 2C | 0 | 7 | F1 | 49 | 48 |
| Octal | 204 | 203 | 354 | 54 | 54 | 0 | 7 | 361 | 111 | 110 |
| Binary | 10000100 | 10000011 | 11101100 | 101100 | 101100 | 0 | 111 | 11110001 | 1001001 | 1001000 |
Color Harmonies of #8483EC
Complementary color
Monochromatic Colors of #8483EC
Black with #8483EC
Text Example
Text Example
White with #8483EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483EC; }
p { color: rgb(132,131,236); }
H1.HeaderClassName
{
color: #8483EC;
}
.AnyTagClassName
{
color: #8483EC;
}
</style>
background-color css
<style>
a { background-color: #8483EC; }
a { background-color: rgb(132,131,236); }
div.DivClassName
{
background-color: #8483EC;
}
.BgClassName
{
background-color: #8483EC;
}
</style>
border-color css
<style>
span { border-color: #8483EC; }
span { border-color: rgb(132,131,236); }
td.TdClassName
{
border-color: #8483EC;
}
.TagClassName
{
border-color: #8483EC;
}
</style>