Shades of Light Slate Blue #8483EE
Tints of Light Slate Blue #8483EE
RGB
CMYK
RGB Variations
Color information
#8483EE (or 0x8483EE) is known color: Light Slate Blue. HEX triplet: 84, 83 and EE. RGB value is (132,131,238). Sum of RGB (Red+Green+Blue) = 132+131+238=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #8483EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483EE is #7B7C11. Grayscale: #8F8F8F. Windows color (decimal): -8092690 or 15631236. OLE color: 15631236.
HSL color Cylindrical-coordinate representation of color #8483EE: hue angle of 240.56º degrees, saturation: 0.76, 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 #8483EE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 131 | 238 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.07 |
| HSL | 240.56º | 0.76% | 0.72% | - |
| HSV(B) | 240.56º | 0.45% | 0.93% | - |
| XYZ | 33.06 | 27.31 | 84.42 | - |
| YUV | 143.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 238 | 0.45 | 0.45 | 0 | 0.07 | 240.56 | 0.76 | 0.72 |
| Hex | 84 | 83 | EE | 2D | 2D | 0 | 7 | F1 | 4C | 48 |
| Octal | 204 | 203 | 356 | 55 | 55 | 0 | 7 | 361 | 114 | 110 |
| Binary | 10000100 | 10000011 | 11101110 | 101101 | 101101 | 0 | 111 | 11110001 | 1001100 | 1001000 |
Color Harmonies of #8483EE
Complementary color
Monochromatic Colors of #8483EE
Black with #8483EE
Text Example
Text Example
White with #8483EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483EE; }
p { color: rgb(132,131,238); }
H1.HeaderClassName
{
color: #8483EE;
}
.AnyTagClassName
{
color: #8483EE;
}
</style>
background-color css
<style>
a { background-color: #8483EE; }
a { background-color: rgb(132,131,238); }
div.DivClassName
{
background-color: #8483EE;
}
.BgClassName
{
background-color: #8483EE;
}
</style>
border-color css
<style>
span { border-color: #8483EE; }
span { border-color: rgb(132,131,238); }
td.TdClassName
{
border-color: #8483EE;
}
.TagClassName
{
border-color: #8483EE;
}
</style>