Shades of Light Slate Blue #9188EE
Tints of Light Slate Blue #9188EE
RGB
CMYK
RGB Variations
Color information
#9188EE (or 0x9188EE) is known color: Light Slate Blue. HEX triplet: 91, 88 and EE. RGB value is (145,136,238). Sum of RGB (Red+Green+Blue) = 145+136+238=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9188EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9188EE is #6E7711. Grayscale: #959595. Windows color (decimal): -7239442 or 15632529. OLE color: 15632529.
HSL color Cylindrical-coordinate representation of color #9188EE: hue angle of 245.29º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9188EE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 136 | 238 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.07 |
| HSL | 245.29º | 0.75% | 0.73% | - |
| HSV(B) | 245.29º | 0.43% | 0.93% | - |
| XYZ | 35.91 | 29.8 | 84.75 | - |
| YUV | 150.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 238 | 0.39 | 0.43 | 0 | 0.07 | 245.29 | 0.75 | 0.73 |
| Hex | 91 | 88 | EE | 27 | 2B | 0 | 7 | F5 | 4B | 49 |
| Octal | 221 | 210 | 356 | 47 | 53 | 0 | 7 | 365 | 113 | 111 |
| Binary | 10010001 | 10001000 | 11101110 | 100111 | 101011 | 0 | 111 | 11110101 | 1001011 | 1001001 |
Color Harmonies of #9188EE
Complementary color
Monochromatic Colors of #9188EE
Black with #9188EE
Text Example
Text Example
White with #9188EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9188EE; }
p { color: rgb(145,136,238); }
H1.HeaderClassName
{
color: #9188EE;
}
.AnyTagClassName
{
color: #9188EE;
}
</style>
background-color css
<style>
a { background-color: #9188EE; }
a { background-color: rgb(145,136,238); }
div.DivClassName
{
background-color: #9188EE;
}
.BgClassName
{
background-color: #9188EE;
}
</style>
border-color css
<style>
span { border-color: #9188EE; }
span { border-color: rgb(145,136,238); }
td.TdClassName
{
border-color: #9188EE;
}
.TagClassName
{
border-color: #9188EE;
}
</style>