Shades of Light Slate Blue #8483EF
Tints of Light Slate Blue #8483EF
RGB
CMYK
RGB Variations
Color information
#8483EF (or 0x8483EF) is known color: Light Slate Blue. HEX triplet: 84, 83 and EF. RGB value is (132,131,239). Sum of RGB (Red+Green+Blue) = 132+131+239=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #8483EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483EF is #7B7C10. Grayscale: #8F8F8F. Windows color (decimal): -8092689 or 15696772. OLE color: 15696772.
HSL color Cylindrical-coordinate representation of color #8483EF: hue angle of 240.56º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8483EF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 131 | 239 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.06 |
| HSL | 240.56º | 0.77% | 0.73% | - |
| HSV(B) | 240.56º | 0.45% | 0.94% | - |
| XYZ | 33.21 | 27.37 | 85.19 | - |
| YUV | 143.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 239 | 0.45 | 0.45 | 0 | 0.06 | 240.56 | 0.77 | 0.73 |
| Hex | 84 | 83 | EF | 2D | 2D | 0 | 6 | F1 | 4D | 49 |
| Octal | 204 | 203 | 357 | 55 | 55 | 0 | 6 | 361 | 115 | 111 |
| Binary | 10000100 | 10000011 | 11101111 | 101101 | 101101 | 0 | 110 | 11110001 | 1001101 | 1001001 |
Color Harmonies of #8483EF
Complementary color
Monochromatic Colors of #8483EF
Black with #8483EF
Text Example
Text Example
White with #8483EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483EF; }
p { color: rgb(132,131,239); }
H1.HeaderClassName
{
color: #8483EF;
}
.AnyTagClassName
{
color: #8483EF;
}
</style>
background-color css
<style>
a { background-color: #8483EF; }
a { background-color: rgb(132,131,239); }
div.DivClassName
{
background-color: #8483EF;
}
.BgClassName
{
background-color: #8483EF;
}
</style>
border-color css
<style>
span { border-color: #8483EF; }
span { border-color: rgb(132,131,239); }
td.TdClassName
{
border-color: #8483EF;
}
.TagClassName
{
border-color: #8483EF;
}
</style>