Shades of Light Slate Blue #9282EE
Tints of Light Slate Blue #9282EE
RGB
CMYK
RGB Variations
Color information
#9282EE (or 0x9282EE) is known color: Light Slate Blue. HEX triplet: 92, 82 and EE. RGB value is (146,130,238). Sum of RGB (Red+Green+Blue) = 146+130+238=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #9282EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9282EE is #6D7D11. Grayscale: #929292. Windows color (decimal): -7175442 or 15630994. OLE color: 15630994.
HSL color Cylindrical-coordinate representation of color #9282EE: hue angle of 248.89º 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 #9282EE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 130 | 238 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.07 |
| HSL | 248.89º | 0.76% | 0.72% | - |
| HSV(B) | 248.89º | 0.45% | 0.93% | - |
| XYZ | 35.27 | 28.25 | 84.48 | - |
| YUV | 147.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 238 | 0.39 | 0.45 | 0 | 0.07 | 248.89 | 0.76 | 0.72 |
| Hex | 92 | 82 | EE | 27 | 2D | 0 | 7 | F9 | 4C | 48 |
| Octal | 222 | 202 | 356 | 47 | 55 | 0 | 7 | 371 | 114 | 110 |
| Binary | 10010010 | 10000010 | 11101110 | 100111 | 101101 | 0 | 111 | 11111001 | 1001100 | 1001000 |
Color Harmonies of #9282EE
Complementary color
Monochromatic Colors of #9282EE
Black with #9282EE
Text Example
Text Example
White with #9282EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282EE; }
p { color: rgb(146,130,238); }
H1.HeaderClassName
{
color: #9282EE;
}
.AnyTagClassName
{
color: #9282EE;
}
</style>
background-color css
<style>
a { background-color: #9282EE; }
a { background-color: rgb(146,130,238); }
div.DivClassName
{
background-color: #9282EE;
}
.BgClassName
{
background-color: #9282EE;
}
</style>
border-color css
<style>
span { border-color: #9282EE; }
span { border-color: rgb(146,130,238); }
td.TdClassName
{
border-color: #9282EE;
}
.TagClassName
{
border-color: #9282EE;
}
</style>