Shades of Moody Blue #8A8ABA
Tints of Moody Blue #8A8ABA
RGB
CMYK
RGB Variations
Color information
#8A8ABA (or 0x8A8ABA) is known color: Moody Blue. HEX triplet: 8A, 8A and BA. RGB value is (138,138,186). Sum of RGB (Red+Green+Blue) = 138+138+186=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A8ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ABA is #757545. Grayscale: #8F8F8F. Windows color (decimal): -7697734 or 12225162. OLE color: 12225162.
HSL color Cylindrical-coordinate representation of color #8A8ABA: hue angle of 240º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A8ABA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 138 | 186 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.27 |
| HSL | 240º | 0.26% | 0.64% | - |
| HSV(B) | 240º | 0.26% | 0.73% | - |
| XYZ | 28.43 | 27.13 | 50.19 | - |
| YUV | 143.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 186 | 0.26 | 0.26 | 0 | 0.27 | 240 | 0.26 | 0.64 |
| Hex | 8A | 8A | BA | 1A | 1A | 0 | 1B | F0 | 1A | 40 |
| Octal | 212 | 212 | 272 | 32 | 32 | 0 | 33 | 360 | 32 | 100 |
| Binary | 10001010 | 10001010 | 10111010 | 11010 | 11010 | 0 | 11011 | 11110000 | 11010 | 1000000 |
Color Harmonies of #8A8ABA
Complementary color
Monochromatic Colors of #8A8ABA
Black with #8A8ABA
Text Example
Text Example
White with #8A8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8ABA; }
p { color: rgb(138,138,186); }
H1.HeaderClassName
{
color: #8A8ABA;
}
.AnyTagClassName
{
color: #8A8ABA;
}
</style>
background-color css
<style>
a { background-color: #8A8ABA; }
a { background-color: rgb(138,138,186); }
div.DivClassName
{
background-color: #8A8ABA;
}
.BgClassName
{
background-color: #8A8ABA;
}
</style>
border-color css
<style>
span { border-color: #8A8ABA; }
span { border-color: rgb(138,138,186); }
td.TdClassName
{
border-color: #8A8ABA;
}
.TagClassName
{
border-color: #8A8ABA;
}
</style>