Shades of Light Slate Blue #9082EE
Tints of Light Slate Blue #9082EE
RGB
CMYK
RGB Variations
Color information
#9082EE (or 0x9082EE) is known color: Light Slate Blue. HEX triplet: 90, 82 and EE. RGB value is (144,130,238). Sum of RGB (Red+Green+Blue) = 144+130+238=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #9082EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9082EE is #6F7D11. Grayscale: #929292. Windows color (decimal): -7306514 or 15630992. OLE color: 15630992.
HSL color Cylindrical-coordinate representation of color #9082EE: hue angle of 247.78º 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 #9082EE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 130 | 238 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.07 |
| HSL | 247.78º | 0.76% | 0.72% | - |
| HSV(B) | 247.78º | 0.45% | 0.93% | - |
| XYZ | 34.92 | 28.07 | 84.47 | - |
| YUV | 146.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 238 | 0.39 | 0.45 | 0 | 0.07 | 247.78 | 0.76 | 0.72 |
| Hex | 90 | 82 | EE | 27 | 2D | 0 | 7 | F8 | 4C | 48 |
| Octal | 220 | 202 | 356 | 47 | 55 | 0 | 7 | 370 | 114 | 110 |
| Binary | 10010000 | 10000010 | 11101110 | 100111 | 101101 | 0 | 111 | 11111000 | 1001100 | 1001000 |
Color Harmonies of #9082EE
Complementary color
Monochromatic Colors of #9082EE
Black with #9082EE
Text Example
Text Example
White with #9082EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9082EE; }
p { color: rgb(144,130,238); }
H1.HeaderClassName
{
color: #9082EE;
}
.AnyTagClassName
{
color: #9082EE;
}
</style>
background-color css
<style>
a { background-color: #9082EE; }
a { background-color: rgb(144,130,238); }
div.DivClassName
{
background-color: #9082EE;
}
.BgClassName
{
background-color: #9082EE;
}
</style>
border-color css
<style>
span { border-color: #9082EE; }
span { border-color: rgb(144,130,238); }
td.TdClassName
{
border-color: #9082EE;
}
.TagClassName
{
border-color: #9082EE;
}
</style>