Shades of Moody Blue #8A88C6
Tints of Moody Blue #8A88C6
RGB
CMYK
RGB Variations
Color information
#8A88C6 (or 0x8A88C6) is known color: Moody Blue. HEX triplet: 8A, 88 and C6. RGB value is (138,136,198). Sum of RGB (Red+Green+Blue) = 138+136+198=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #8A88C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A88C6 is #757739. Grayscale: #8F8F8F. Windows color (decimal): -7698234 or 13011082. OLE color: 13011082.
HSL color Cylindrical-coordinate representation of color #8A88C6: hue angle of 241.94º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A88C6 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 136 | 198 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.22 |
| HSL | 241.94º | 0.35% | 0.65% | - |
| HSV(B) | 241.94º | 0.31% | 0.78% | - |
| XYZ | 29.48 | 27.09 | 57.1 | - |
| YUV | 143.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 198 | 0.30 | 0.31 | 0 | 0.22 | 241.94 | 0.35 | 0.65 |
| Hex | 8A | 88 | C6 | 1E | 1F | 0 | 16 | F2 | 23 | 41 |
| Octal | 212 | 210 | 306 | 36 | 37 | 0 | 26 | 362 | 43 | 101 |
| Binary | 10001010 | 10001000 | 11000110 | 11110 | 11111 | 0 | 10110 | 11110010 | 100011 | 1000001 |
Color Harmonies of #8A88C6
Complementary color
Monochromatic Colors of #8A88C6
Black with #8A88C6
Text Example
Text Example
White with #8A88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A88C6; }
p { color: rgb(138,136,198); }
H1.HeaderClassName
{
color: #8A88C6;
}
.AnyTagClassName
{
color: #8A88C6;
}
</style>
background-color css
<style>
a { background-color: #8A88C6; }
a { background-color: rgb(138,136,198); }
div.DivClassName
{
background-color: #8A88C6;
}
.BgClassName
{
background-color: #8A88C6;
}
</style>
border-color css
<style>
span { border-color: #8A88C6; }
span { border-color: rgb(138,136,198); }
td.TdClassName
{
border-color: #8A88C6;
}
.TagClassName
{
border-color: #8A88C6;
}
</style>