Shades of Moody Blue #8A85B5
Tints of Moody Blue #8A85B5
RGB
CMYK
RGB Variations
Color information
#8A85B5 (or 0x8A85B5) is known color: Moody Blue. HEX triplet: 8A, 85 and B5. RGB value is (138,133,181). Sum of RGB (Red+Green+Blue) = 138+133+181=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A85B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85B5 is #757A4A. Grayscale: #8B8B8B. Windows color (decimal): -7699019 or 11896202. OLE color: 11896202.
HSL color Cylindrical-coordinate representation of color #8A85B5: hue angle of 246.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A85B5 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 133 | 181 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.29 |
| HSL | 246.25º | 0.24% | 0.62% | - |
| HSV(B) | 246.25º | 0.27% | 0.71% | - |
| XYZ | 27.21 | 25.51 | 47.21 | - |
| YUV | 139.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 181 | 0.24 | 0.27 | 0 | 0.29 | 246.25 | 0.24 | 0.62 |
| Hex | 8A | 85 | B5 | 18 | 1B | 0 | 1D | F6 | 18 | 3E |
| Octal | 212 | 205 | 265 | 30 | 33 | 0 | 35 | 366 | 30 | 76 |
| Binary | 10001010 | 10000101 | 10110101 | 11000 | 11011 | 0 | 11101 | 11110110 | 11000 | 111110 |
Color Harmonies of #8A85B5
Complementary color
Monochromatic Colors of #8A85B5
Black with #8A85B5
Text Example
Text Example
White with #8A85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85B5; }
p { color: rgb(138,133,181); }
H1.HeaderClassName
{
color: #8A85B5;
}
.AnyTagClassName
{
color: #8A85B5;
}
</style>
background-color css
<style>
a { background-color: #8A85B5; }
a { background-color: rgb(138,133,181); }
div.DivClassName
{
background-color: #8A85B5;
}
.BgClassName
{
background-color: #8A85B5;
}
</style>
border-color css
<style>
span { border-color: #8A85B5; }
span { border-color: rgb(138,133,181); }
td.TdClassName
{
border-color: #8A85B5;
}
.TagClassName
{
border-color: #8A85B5;
}
</style>