Shades of Moody Blue #9084CC
Tints of Moody Blue #9084CC
RGB
CMYK
RGB Variations
Color information
#9084CC (or 0x9084CC) is known color: Moody Blue. HEX triplet: 90, 84 and CC. RGB value is (144,132,204). Sum of RGB (Red+Green+Blue) = 144+132+204=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #9084CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084CC is #6F7B33. Grayscale: #8F8F8F. Windows color (decimal): -7306036 or 13403280. OLE color: 13403280.
HSL color Cylindrical-coordinate representation of color #9084CC: hue angle of 250º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9084CC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 132 | 204 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.2 |
| HSL | 250º | 0.41% | 0.66% | - |
| HSV(B) | 250º | 0.35% | 0.8% | - |
| XYZ | 30.65 | 26.79 | 60.68 | - |
| YUV | 143.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 204 | 0.29 | 0.35 | 0 | 0.2 | 250 | 0.41 | 0.66 |
| Hex | 90 | 84 | CC | 1D | 23 | 0 | 14 | FA | 29 | 42 |
| Octal | 220 | 204 | 314 | 35 | 43 | 0 | 24 | 372 | 51 | 102 |
| Binary | 10010000 | 10000100 | 11001100 | 11101 | 100011 | 0 | 10100 | 11111010 | 101001 | 1000010 |
Color Harmonies of #9084CC
Complementary color
Monochromatic Colors of #9084CC
Black with #9084CC
Text Example
Text Example
White with #9084CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084CC; }
p { color: rgb(144,132,204); }
H1.HeaderClassName
{
color: #9084CC;
}
.AnyTagClassName
{
color: #9084CC;
}
</style>
background-color css
<style>
a { background-color: #9084CC; }
a { background-color: rgb(144,132,204); }
div.DivClassName
{
background-color: #9084CC;
}
.BgClassName
{
background-color: #9084CC;
}
</style>
border-color css
<style>
span { border-color: #9084CC; }
span { border-color: rgb(144,132,204); }
td.TdClassName
{
border-color: #9084CC;
}
.TagClassName
{
border-color: #9084CC;
}
</style>