Shades of Moody Blue #9187CA
Tints of Moody Blue #9187CA
RGB
CMYK
RGB Variations
Color information
#9187CA (or 0x9187CA) is known color: Moody Blue. HEX triplet: 91, 87 and CA. RGB value is (145,135,202). Sum of RGB (Red+Green+Blue) = 145+135+202=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #9187CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187CA is #6E7835. Grayscale: #919191. Windows color (decimal): -7239734 or 13272977. OLE color: 13272977.
HSL color Cylindrical-coordinate representation of color #9187CA: hue angle of 248.96º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9187CA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 135 | 202 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.21 |
| HSL | 248.96º | 0.39% | 0.66% | - |
| HSV(B) | 248.96º | 0.33% | 0.79% | - |
| XYZ | 31 | 27.61 | 59.57 | - |
| YUV | 145.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 202 | 0.28 | 0.33 | 0 | 0.21 | 248.96 | 0.39 | 0.66 |
| Hex | 91 | 87 | CA | 1C | 21 | 0 | 15 | F9 | 27 | 42 |
| Octal | 221 | 207 | 312 | 34 | 41 | 0 | 25 | 371 | 47 | 102 |
| Binary | 10010001 | 10000111 | 11001010 | 11100 | 100001 | 0 | 10101 | 11111001 | 100111 | 1000010 |
Color Harmonies of #9187CA
Complementary color
Monochromatic Colors of #9187CA
Black with #9187CA
Text Example
Text Example
White with #9187CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187CA; }
p { color: rgb(145,135,202); }
H1.HeaderClassName
{
color: #9187CA;
}
.AnyTagClassName
{
color: #9187CA;
}
</style>
background-color css
<style>
a { background-color: #9187CA; }
a { background-color: rgb(145,135,202); }
div.DivClassName
{
background-color: #9187CA;
}
.BgClassName
{
background-color: #9187CA;
}
</style>
border-color css
<style>
span { border-color: #9187CA; }
span { border-color: rgb(145,135,202); }
td.TdClassName
{
border-color: #9187CA;
}
.TagClassName
{
border-color: #9187CA;
}
</style>