Shades of Moody Blue #9189C4
Tints of Moody Blue #9189C4
RGB
CMYK
RGB Variations
Color information
#9189C4 (or 0x9189C4) is known color: Moody Blue. HEX triplet: 91, 89 and C4. RGB value is (145,137,196). Sum of RGB (Red+Green+Blue) = 145+137+196=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #9189C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189C4 is #6E763B. Grayscale: #919191. Windows color (decimal): -7239228 or 12880273. OLE color: 12880273.
HSL color Cylindrical-coordinate representation of color #9189C4: hue angle of 248.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9189C4 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 137 | 196 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.23 |
| HSL | 248.14º | 0.33% | 0.65% | - |
| HSV(B) | 248.14º | 0.3% | 0.77% | - |
| XYZ | 30.59 | 27.9 | 56 | - |
| YUV | 146.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 196 | 0.26 | 0.30 | 0 | 0.23 | 248.14 | 0.33 | 0.65 |
| Hex | 91 | 89 | C4 | 1A | 1E | 0 | 17 | F8 | 21 | 41 |
| Octal | 221 | 211 | 304 | 32 | 36 | 0 | 27 | 370 | 41 | 101 |
| Binary | 10010001 | 10001001 | 11000100 | 11010 | 11110 | 0 | 10111 | 11111000 | 100001 | 1000001 |
Color Harmonies of #9189C4
Complementary color
Monochromatic Colors of #9189C4
Black with #9189C4
Text Example
Text Example
White with #9189C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189C4; }
p { color: rgb(145,137,196); }
H1.HeaderClassName
{
color: #9189C4;
}
.AnyTagClassName
{
color: #9189C4;
}
</style>
background-color css
<style>
a { background-color: #9189C4; }
a { background-color: rgb(145,137,196); }
div.DivClassName
{
background-color: #9189C4;
}
.BgClassName
{
background-color: #9189C4;
}
</style>
border-color css
<style>
span { border-color: #9189C4; }
span { border-color: rgb(145,137,196); }
td.TdClassName
{
border-color: #9189C4;
}
.TagClassName
{
border-color: #9189C4;
}
</style>