Shades of Moody Blue #9087C6
Tints of Moody Blue #9087C6
RGB
CMYK
RGB Variations
Color information
#9087C6 (or 0x9087C6) is known color: Moody Blue. HEX triplet: 90, 87 and C6. RGB value is (144,135,198). Sum of RGB (Red+Green+Blue) = 144+135+198=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #9087C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087C6 is #6F7839. Grayscale: #909090. Windows color (decimal): -7305274 or 13010832. OLE color: 13010832.
HSL color Cylindrical-coordinate representation of color #9087C6: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9087C6 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 135 | 198 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.22 |
| HSL | 248.57º | 0.36% | 0.65% | - |
| HSV(B) | 248.57º | 0.32% | 0.78% | - |
| XYZ | 30.36 | 27.33 | 57.1 | - |
| YUV | 144.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 198 | 0.27 | 0.32 | 0 | 0.22 | 248.57 | 0.36 | 0.65 |
| Hex | 90 | 87 | C6 | 1B | 20 | 0 | 16 | F9 | 24 | 41 |
| Octal | 220 | 207 | 306 | 33 | 40 | 0 | 26 | 371 | 44 | 101 |
| Binary | 10010000 | 10000111 | 11000110 | 11011 | 100000 | 0 | 10110 | 11111001 | 100100 | 1000001 |
Color Harmonies of #9087C6
Complementary color
Monochromatic Colors of #9087C6
Black with #9087C6
Text Example
Text Example
White with #9087C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9087C6; }
p { color: rgb(144,135,198); }
H1.HeaderClassName
{
color: #9087C6;
}
.AnyTagClassName
{
color: #9087C6;
}
</style>
background-color css
<style>
a { background-color: #9087C6; }
a { background-color: rgb(144,135,198); }
div.DivClassName
{
background-color: #9087C6;
}
.BgClassName
{
background-color: #9087C6;
}
</style>
border-color css
<style>
span { border-color: #9087C6; }
span { border-color: rgb(144,135,198); }
td.TdClassName
{
border-color: #9087C6;
}
.TagClassName
{
border-color: #9087C6;
}
</style>