Shades of Moody Blue #9188C6
Tints of Moody Blue #9188C6
RGB
CMYK
RGB Variations
Color information
#9188C6 (or 0x9188C6) is known color: Moody Blue. HEX triplet: 91, 88 and C6. RGB value is (145,136,198). Sum of RGB (Red+Green+Blue) = 145+136+198=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #9188C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188C6 is #6E7739. Grayscale: #919191. Windows color (decimal): -7239482 or 13011089. OLE color: 13011089.
HSL color Cylindrical-coordinate representation of color #9188C6: hue angle of 248.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9188C6 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 136 | 198 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.22 |
| HSL | 248.71º | 0.35% | 0.65% | - |
| HSV(B) | 248.71º | 0.31% | 0.78% | - |
| XYZ | 30.67 | 27.71 | 57.16 | - |
| YUV | 145.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 198 | 0.27 | 0.31 | 0 | 0.22 | 248.71 | 0.35 | 0.65 |
| Hex | 91 | 88 | C6 | 1B | 1F | 0 | 16 | F9 | 23 | 41 |
| Octal | 221 | 210 | 306 | 33 | 37 | 0 | 26 | 371 | 43 | 101 |
| Binary | 10010001 | 10001000 | 11000110 | 11011 | 11111 | 0 | 10110 | 11111001 | 100011 | 1000001 |
Color Harmonies of #9188C6
Complementary color
Monochromatic Colors of #9188C6
Black with #9188C6
Text Example
Text Example
White with #9188C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9188C6; }
p { color: rgb(145,136,198); }
H1.HeaderClassName
{
color: #9188C6;
}
.AnyTagClassName
{
color: #9188C6;
}
</style>
background-color css
<style>
a { background-color: #9188C6; }
a { background-color: rgb(145,136,198); }
div.DivClassName
{
background-color: #9188C6;
}
.BgClassName
{
background-color: #9188C6;
}
</style>
border-color css
<style>
span { border-color: #9188C6; }
span { border-color: rgb(145,136,198); }
td.TdClassName
{
border-color: #9188C6;
}
.TagClassName
{
border-color: #9188C6;
}
</style>