Shades of Moody Blue #9185CA
Tints of Moody Blue #9185CA
RGB
CMYK
RGB Variations
Color information
#9185CA (or 0x9185CA) is known color: Moody Blue. HEX triplet: 91, 85 and CA. RGB value is (145,133,202). Sum of RGB (Red+Green+Blue) = 145+133+202=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #9185CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185CA is #6E7A35. Grayscale: #909090. Windows color (decimal): -7240246 or 13272465. OLE color: 13272465.
HSL color Cylindrical-coordinate representation of color #9185CA: hue angle of 250.43º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9185CA is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 133 | 202 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.21 |
| HSL | 250.43º | 0.39% | 0.66% | - |
| HSV(B) | 250.43º | 0.34% | 0.79% | - |
| XYZ | 30.73 | 27.06 | 59.48 | - |
| YUV | 144.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 202 | 0.28 | 0.34 | 0 | 0.21 | 250.43 | 0.39 | 0.66 |
| Hex | 91 | 85 | CA | 1C | 22 | 0 | 15 | FA | 27 | 42 |
| Octal | 221 | 205 | 312 | 34 | 42 | 0 | 25 | 372 | 47 | 102 |
| Binary | 10010001 | 10000101 | 11001010 | 11100 | 100010 | 0 | 10101 | 11111010 | 100111 | 1000010 |
Color Harmonies of #9185CA
Complementary color
Monochromatic Colors of #9185CA
Black with #9185CA
Text Example
Text Example
White with #9185CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185CA; }
p { color: rgb(145,133,202); }
H1.HeaderClassName
{
color: #9185CA;
}
.AnyTagClassName
{
color: #9185CA;
}
</style>
background-color css
<style>
a { background-color: #9185CA; }
a { background-color: rgb(145,133,202); }
div.DivClassName
{
background-color: #9185CA;
}
.BgClassName
{
background-color: #9185CA;
}
</style>
border-color css
<style>
span { border-color: #9185CA; }
span { border-color: rgb(145,133,202); }
td.TdClassName
{
border-color: #9185CA;
}
.TagClassName
{
border-color: #9185CA;
}
</style>