Shades of Light Slate Blue #9083EE
Tints of Light Slate Blue #9083EE
RGB
CMYK
RGB Variations
Color information
#9083EE (or 0x9083EE) is known color: Light Slate Blue. HEX triplet: 90, 83 and EE. RGB value is (144,131,238). Sum of RGB (Red+Green+Blue) = 144+131+238=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #9083EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9083EE is #6F7C11. Grayscale: #929292. Windows color (decimal): -7306258 or 15631248. OLE color: 15631248.
HSL color Cylindrical-coordinate representation of color #9083EE: hue angle of 247.29º 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 #9083EE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 131 | 238 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.07 |
| HSL | 247.29º | 0.76% | 0.72% | - |
| HSV(B) | 247.29º | 0.45% | 0.93% | - |
| XYZ | 35.05 | 28.33 | 84.51 | - |
| YUV | 147.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 238 | 0.39 | 0.45 | 0 | 0.07 | 247.29 | 0.76 | 0.72 |
| Hex | 90 | 83 | EE | 27 | 2D | 0 | 7 | F7 | 4C | 48 |
| Octal | 220 | 203 | 356 | 47 | 55 | 0 | 7 | 367 | 114 | 110 |
| Binary | 10010000 | 10000011 | 11101110 | 100111 | 101101 | 0 | 111 | 11110111 | 1001100 | 1001000 |
Color Harmonies of #9083EE
Complementary color
Monochromatic Colors of #9083EE
Black with #9083EE
Text Example
Text Example
White with #9083EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083EE; }
p { color: rgb(144,131,238); }
H1.HeaderClassName
{
color: #9083EE;
}
.AnyTagClassName
{
color: #9083EE;
}
</style>
background-color css
<style>
a { background-color: #9083EE; }
a { background-color: rgb(144,131,238); }
div.DivClassName
{
background-color: #9083EE;
}
.BgClassName
{
background-color: #9083EE;
}
</style>
border-color css
<style>
span { border-color: #9083EE; }
span { border-color: rgb(144,131,238); }
td.TdClassName
{
border-color: #9083EE;
}
.TagClassName
{
border-color: #9083EE;
}
</style>