Shades of Moody Blue #9085CF
Tints of Moody Blue #9085CF
RGB
CMYK
RGB Variations
Color information
#9085CF (or 0x9085CF) is known color: Moody Blue. HEX triplet: 90, 85 and CF. RGB value is (144,133,207). Sum of RGB (Red+Green+Blue) = 144+133+207=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #9085CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085CF is #6F7A30. Grayscale: #909090. Windows color (decimal): -7305777 or 13600144. OLE color: 13600144.
HSL color Cylindrical-coordinate representation of color #9085CF: hue angle of 248.92º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9085CF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 133 | 207 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.19 |
| HSL | 248.92º | 0.44% | 0.67% | - |
| HSV(B) | 248.92º | 0.36% | 0.81% | - |
| XYZ | 31.15 | 27.21 | 62.64 | - |
| YUV | 144.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 207 | 0.30 | 0.36 | 0 | 0.19 | 248.92 | 0.44 | 0.67 |
| Hex | 90 | 85 | CF | 1E | 24 | 0 | 13 | F9 | 2C | 43 |
| Octal | 220 | 205 | 317 | 36 | 44 | 0 | 23 | 371 | 54 | 103 |
| Binary | 10010000 | 10000101 | 11001111 | 11110 | 100100 | 0 | 10011 | 11111001 | 101100 | 1000011 |
Color Harmonies of #9085CF
Complementary color
Monochromatic Colors of #9085CF
Black with #9085CF
Text Example
Text Example
White with #9085CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9085CF; }
p { color: rgb(144,133,207); }
H1.HeaderClassName
{
color: #9085CF;
}
.AnyTagClassName
{
color: #9085CF;
}
</style>
background-color css
<style>
a { background-color: #9085CF; }
a { background-color: rgb(144,133,207); }
div.DivClassName
{
background-color: #9085CF;
}
.BgClassName
{
background-color: #9085CF;
}
</style>
border-color css
<style>
span { border-color: #9085CF; }
span { border-color: rgb(144,133,207); }
td.TdClassName
{
border-color: #9085CF;
}
.TagClassName
{
border-color: #9085CF;
}
</style>