Shades of Light Slate Blue #9289EE
Tints of Light Slate Blue #9289EE
RGB
CMYK
RGB Variations
Color information
#9289EE (or 0x9289EE) is known color: Light Slate Blue. HEX triplet: 92, 89 and EE. RGB value is (146,137,238). Sum of RGB (Red+Green+Blue) = 146+137+238=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #9289EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289EE is #6D7611. Grayscale: #969696. Windows color (decimal): -7173650 or 15632786. OLE color: 15632786.
HSL color Cylindrical-coordinate representation of color #9289EE: hue angle of 245.35º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9289EE is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 137 | 238 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.07 |
| HSL | 245.35º | 0.75% | 0.74% | - |
| HSV(B) | 245.35º | 0.42% | 0.93% | - |
| XYZ | 36.23 | 30.18 | 84.8 | - |
| YUV | 151.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 238 | 0.39 | 0.42 | 0 | 0.07 | 245.35 | 0.75 | 0.74 |
| Hex | 92 | 89 | EE | 27 | 2A | 0 | 7 | F5 | 4B | 4A |
| Octal | 222 | 211 | 356 | 47 | 52 | 0 | 7 | 365 | 113 | 112 |
| Binary | 10010010 | 10001001 | 11101110 | 100111 | 101010 | 0 | 111 | 11110101 | 1001011 | 1001010 |
Color Harmonies of #9289EE
Complementary color
Monochromatic Colors of #9289EE
Black with #9289EE
Text Example
Text Example
White with #9289EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9289EE; }
p { color: rgb(146,137,238); }
H1.HeaderClassName
{
color: #9289EE;
}
.AnyTagClassName
{
color: #9289EE;
}
</style>
background-color css
<style>
a { background-color: #9289EE; }
a { background-color: rgb(146,137,238); }
div.DivClassName
{
background-color: #9289EE;
}
.BgClassName
{
background-color: #9289EE;
}
</style>
border-color css
<style>
span { border-color: #9289EE; }
span { border-color: rgb(146,137,238); }
td.TdClassName
{
border-color: #9289EE;
}
.TagClassName
{
border-color: #9289EE;
}
</style>