Shades of Moody Blue #9087D1
Tints of Moody Blue #9087D1
RGB
CMYK
RGB Variations
Color information
#9087D1 (or 0x9087D1) is known color: Moody Blue. HEX triplet: 90, 87 and D1. RGB value is (144,135,209). Sum of RGB (Red+Green+Blue) = 144+135+209=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #9087D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087D1 is #6F782E. Grayscale: #919191. Windows color (decimal): -7305263 or 13731728. OLE color: 13731728.
HSL color Cylindrical-coordinate representation of color #9087D1: hue angle of 247.3º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9087D1 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 135 | 209 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.18 |
| HSL | 247.3º | 0.45% | 0.67% | - |
| HSV(B) | 247.3º | 0.35% | 0.82% | - |
| XYZ | 31.67 | 27.86 | 64.03 | - |
| YUV | 146.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 209 | 0.31 | 0.35 | 0 | 0.18 | 247.3 | 0.45 | 0.67 |
| Hex | 90 | 87 | D1 | 1F | 23 | 0 | 12 | F7 | 2D | 43 |
| Octal | 220 | 207 | 321 | 37 | 43 | 0 | 22 | 367 | 55 | 103 |
| Binary | 10010000 | 10000111 | 11010001 | 11111 | 100011 | 0 | 10010 | 11110111 | 101101 | 1000011 |
Color Harmonies of #9087D1
Complementary color
Monochromatic Colors of #9087D1
Black with #9087D1
Text Example
Text Example
White with #9087D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9087D1; }
p { color: rgb(144,135,209); }
H1.HeaderClassName
{
color: #9087D1;
}
.AnyTagClassName
{
color: #9087D1;
}
</style>
background-color css
<style>
a { background-color: #9087D1; }
a { background-color: rgb(144,135,209); }
div.DivClassName
{
background-color: #9087D1;
}
.BgClassName
{
background-color: #9087D1;
}
</style>
border-color css
<style>
span { border-color: #9087D1; }
span { border-color: rgb(144,135,209); }
td.TdClassName
{
border-color: #9087D1;
}
.TagClassName
{
border-color: #9087D1;
}
</style>