Shades of Moody Blue #8A85BE
Tints of Moody Blue #8A85BE
RGB
CMYK
RGB Variations
Color information
#8A85BE (or 0x8A85BE) is known color: Moody Blue. HEX triplet: 8A, 85 and BE. RGB value is (138,133,190). Sum of RGB (Red+Green+Blue) = 138+133+190=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85BE is #757A41. Grayscale: #8C8C8C. Windows color (decimal): -7699010 or 12486026. OLE color: 12486026.
HSL color Cylindrical-coordinate representation of color #8A85BE: hue angle of 245.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A85BE is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 133 | 190 | - |
| CMYK | 0.27 | 0.3 | 0 | 0.25 |
| HSL | 245.26º | 0.3% | 0.63% | - |
| HSV(B) | 245.26º | 0.3% | 0.75% | - |
| XYZ | 28.16 | 25.9 | 52.23 | - |
| YUV | 140.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 190 | 0.27 | 0.3 | 0 | 0.25 | 245.26 | 0.3 | 0.63 |
| Hex | 8A | 85 | BE | 1B | 1E | 0 | 19 | F5 | 1E | 3F |
| Octal | 212 | 205 | 276 | 33 | 36 | 0 | 31 | 365 | 36 | 77 |
| Binary | 10001010 | 10000101 | 10111110 | 11011 | 11110 | 0 | 11001 | 11110101 | 11110 | 111111 |
Color Harmonies of #8A85BE
Complementary color
Monochromatic Colors of #8A85BE
Black with #8A85BE
Text Example
Text Example
White with #8A85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85BE; }
p { color: rgb(138,133,190); }
H1.HeaderClassName
{
color: #8A85BE;
}
.AnyTagClassName
{
color: #8A85BE;
}
</style>
background-color css
<style>
a { background-color: #8A85BE; }
a { background-color: rgb(138,133,190); }
div.DivClassName
{
background-color: #8A85BE;
}
.BgClassName
{
background-color: #8A85BE;
}
</style>
border-color css
<style>
span { border-color: #8A85BE; }
span { border-color: rgb(138,133,190); }
td.TdClassName
{
border-color: #8A85BE;
}
.TagClassName
{
border-color: #8A85BE;
}
</style>