Shades of Moody Blue #9084CA
Tints of Moody Blue #9084CA
RGB
CMYK
RGB Variations
Color information
#9084CA (or 0x9084CA) is known color: Moody Blue. HEX triplet: 90, 84 and CA. RGB value is (144,132,202). Sum of RGB (Red+Green+Blue) = 144+132+202=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #9084CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084CA is #6F7B35. Grayscale: #8F8F8F. Windows color (decimal): -7306038 or 13272208. OLE color: 13272208.
HSL color Cylindrical-coordinate representation of color #9084CA: hue angle of 250.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9084CA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 132 | 202 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.21 |
| HSL | 250.29º | 0.4% | 0.65% | - |
| HSV(B) | 250.29º | 0.35% | 0.79% | - |
| XYZ | 30.41 | 26.7 | 59.43 | - |
| YUV | 143.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 202 | 0.29 | 0.35 | 0 | 0.21 | 250.29 | 0.4 | 0.65 |
| Hex | 90 | 84 | CA | 1D | 23 | 0 | 15 | FA | 28 | 41 |
| Octal | 220 | 204 | 312 | 35 | 43 | 0 | 25 | 372 | 50 | 101 |
| Binary | 10010000 | 10000100 | 11001010 | 11101 | 100011 | 0 | 10101 | 11111010 | 101000 | 1000001 |
Color Harmonies of #9084CA
Complementary color
Monochromatic Colors of #9084CA
Black with #9084CA
Text Example
Text Example
White with #9084CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084CA; }
p { color: rgb(144,132,202); }
H1.HeaderClassName
{
color: #9084CA;
}
.AnyTagClassName
{
color: #9084CA;
}
</style>
background-color css
<style>
a { background-color: #9084CA; }
a { background-color: rgb(144,132,202); }
div.DivClassName
{
background-color: #9084CA;
}
.BgClassName
{
background-color: #9084CA;
}
</style>
border-color css
<style>
span { border-color: #9084CA; }
span { border-color: rgb(144,132,202); }
td.TdClassName
{
border-color: #9084CA;
}
.TagClassName
{
border-color: #9084CA;
}
</style>