Shades of Moody Blue #9080D0
Tints of Moody Blue #9080D0
RGB
CMYK
RGB Variations
Color information
#9080D0 (or 0x9080D0) is known color: Moody Blue. HEX triplet: 90, 80 and D0. RGB value is (144,128,208). Sum of RGB (Red+Green+Blue) = 144+128+208=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #9080D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080D0 is #6F7F2F. Grayscale: #8D8D8D. Windows color (decimal): -7307056 or 13664400. OLE color: 13664400.
HSL color Cylindrical-coordinate representation of color #9080D0: hue angle of 252º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9080D0 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 128 | 208 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.18 |
| HSL | 252º | 0.46% | 0.66% | - |
| HSV(B) | 252º | 0.38% | 0.82% | - |
| XYZ | 30.61 | 25.92 | 63.06 | - |
| YUV | 141.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 208 | 0.31 | 0.38 | 0 | 0.18 | 252 | 0.46 | 0.66 |
| Hex | 90 | 80 | D0 | 1F | 26 | 0 | 12 | FC | 2E | 42 |
| Octal | 220 | 200 | 320 | 37 | 46 | 0 | 22 | 374 | 56 | 102 |
| Binary | 10010000 | 10000000 | 11010000 | 11111 | 100110 | 0 | 10010 | 11111100 | 101110 | 1000010 |
Color Harmonies of #9080D0
Complementary color
Monochromatic Colors of #9080D0
Black with #9080D0
Text Example
Text Example
White with #9080D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080D0; }
p { color: rgb(144,128,208); }
H1.HeaderClassName
{
color: #9080D0;
}
.AnyTagClassName
{
color: #9080D0;
}
</style>
background-color css
<style>
a { background-color: #9080D0; }
a { background-color: rgb(144,128,208); }
div.DivClassName
{
background-color: #9080D0;
}
.BgClassName
{
background-color: #9080D0;
}
</style>
border-color css
<style>
span { border-color: #9080D0; }
span { border-color: rgb(144,128,208); }
td.TdClassName
{
border-color: #9080D0;
}
.TagClassName
{
border-color: #9080D0;
}
</style>