Shades of Moody Blue #9080C9
Tints of Moody Blue #9080C9
RGB
CMYK
RGB Variations
Color information
#9080C9 (or 0x9080C9) is known color: Moody Blue. HEX triplet: 90, 80 and C9. RGB value is (144,128,201). Sum of RGB (Red+Green+Blue) = 144+128+201=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #9080C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080C9 is #6F7F36. Grayscale: #8C8C8C. Windows color (decimal): -7307063 or 13205648. OLE color: 13205648.
HSL color Cylindrical-coordinate representation of color #9080C9: hue angle of 253.15º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9080C9 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 128 | 201 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.21 |
| HSL | 253.15º | 0.4% | 0.65% | - |
| HSV(B) | 253.15º | 0.36% | 0.79% | - |
| XYZ | 29.76 | 25.58 | 58.63 | - |
| YUV | 141.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 201 | 0.28 | 0.36 | 0 | 0.21 | 253.15 | 0.4 | 0.65 |
| Hex | 90 | 80 | C9 | 1C | 24 | 0 | 15 | FD | 28 | 41 |
| Octal | 220 | 200 | 311 | 34 | 44 | 0 | 25 | 375 | 50 | 101 |
| Binary | 10010000 | 10000000 | 11001001 | 11100 | 100100 | 0 | 10101 | 11111101 | 101000 | 1000001 |
Color Harmonies of #9080C9
Complementary color
Monochromatic Colors of #9080C9
Black with #9080C9
Text Example
Text Example
White with #9080C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080C9; }
p { color: rgb(144,128,201); }
H1.HeaderClassName
{
color: #9080C9;
}
.AnyTagClassName
{
color: #9080C9;
}
</style>
background-color css
<style>
a { background-color: #9080C9; }
a { background-color: rgb(144,128,201); }
div.DivClassName
{
background-color: #9080C9;
}
.BgClassName
{
background-color: #9080C9;
}
</style>
border-color css
<style>
span { border-color: #9080C9; }
span { border-color: rgb(144,128,201); }
td.TdClassName
{
border-color: #9080C9;
}
.TagClassName
{
border-color: #9080C9;
}
</style>