Shades of Moody Blue #9087CC
Tints of Moody Blue #9087CC
RGB
CMYK
RGB Variations
Color information
#9087CC (or 0x9087CC) is known color: Moody Blue. HEX triplet: 90, 87 and CC. RGB value is (144,135,204). Sum of RGB (Red+Green+Blue) = 144+135+204=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9087CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087CC is #6F7833. Grayscale: #919191. Windows color (decimal): -7305268 or 13404048. OLE color: 13404048.
HSL color Cylindrical-coordinate representation of color #9087CC: hue angle of 247.83º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9087CC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 135 | 204 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.2 |
| HSL | 247.83º | 0.4% | 0.66% | - |
| HSV(B) | 247.83º | 0.34% | 0.8% | - |
| XYZ | 31.06 | 27.62 | 60.82 | - |
| YUV | 145.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 204 | 0.29 | 0.34 | 0 | 0.2 | 247.83 | 0.4 | 0.66 |
| Hex | 90 | 87 | CC | 1D | 22 | 0 | 14 | F8 | 28 | 42 |
| Octal | 220 | 207 | 314 | 35 | 42 | 0 | 24 | 370 | 50 | 102 |
| Binary | 10010000 | 10000111 | 11001100 | 11101 | 100010 | 0 | 10100 | 11111000 | 101000 | 1000010 |
Color Harmonies of #9087CC
Complementary color
Monochromatic Colors of #9087CC
Black with #9087CC
Text Example
Text Example
White with #9087CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9087CC; }
p { color: rgb(144,135,204); }
H1.HeaderClassName
{
color: #9087CC;
}
.AnyTagClassName
{
color: #9087CC;
}
</style>
background-color css
<style>
a { background-color: #9087CC; }
a { background-color: rgb(144,135,204); }
div.DivClassName
{
background-color: #9087CC;
}
.BgClassName
{
background-color: #9087CC;
}
</style>
border-color css
<style>
span { border-color: #9087CC; }
span { border-color: rgb(144,135,204); }
td.TdClassName
{
border-color: #9087CC;
}
.TagClassName
{
border-color: #9087CC;
}
</style>