Shades of Light Slate Blue #9189FE
Tints of Light Slate Blue #9189FE
RGB
CMYK
RGB Variations
Color information
#9189FE (or 0x9189FE) is known color: Light Slate Blue. HEX triplet: 91, 89 and FE. RGB value is (145,137,254). Sum of RGB (Red+Green+Blue) = 145+137+254=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9189FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9189FE is #6E7601. Grayscale: #989898. Windows color (decimal): -7239170 or 16681361. OLE color: 16681361.
HSL color Cylindrical-coordinate representation of color #9189FE: hue angle of 244.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9189FE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 137 | 254 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.00 |
| HSL | 244.1º | 0.98% | 0.77% | - |
| HSV(B) | 244.1º | 0.46% | 1% | - |
| XYZ | 38.51 | 31.07 | 97.73 | - |
| YUV | 152.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 254 | 0.43 | 0.46 | 0 | 0.00 | 244.1 | 0.98 | 0.77 |
| Hex | 91 | 89 | FE | 2B | 2E | 0 | 0 | F4 | 62 | 4D |
| Octal | 221 | 211 | 376 | 53 | 56 | 0 | 0 | 364 | 142 | 115 |
| Binary | 10010001 | 10001001 | 11111110 | 101011 | 101110 | 0 | 0 | 11110100 | 1100010 | 1001101 |
Color Harmonies of #9189FE
Complementary color
Monochromatic Colors of #9189FE
Black with #9189FE
Text Example
Text Example
White with #9189FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189FE; }
p { color: rgb(145,137,254); }
H1.HeaderClassName
{
color: #9189FE;
}
.AnyTagClassName
{
color: #9189FE;
}
</style>
background-color css
<style>
a { background-color: #9189FE; }
a { background-color: rgb(145,137,254); }
div.DivClassName
{
background-color: #9189FE;
}
.BgClassName
{
background-color: #9189FE;
}
</style>
border-color css
<style>
span { border-color: #9189FE; }
span { border-color: rgb(145,137,254); }
td.TdClassName
{
border-color: #9189FE;
}
.TagClassName
{
border-color: #9189FE;
}
</style>