Shades of Moody Blue #8A89CB
Tints of Moody Blue #8A89CB
RGB
CMYK
RGB Variations
Color information
#8A89CB (or 0x8A89CB) is known color: Moody Blue. HEX triplet: 8A, 89 and CB. RGB value is (138,137,203). Sum of RGB (Red+Green+Blue) = 138+137+203=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89CB is #757634. Grayscale: #909090. Windows color (decimal): -7697973 or 13339018. OLE color: 13339018.
HSL color Cylindrical-coordinate representation of color #8A89CB: hue angle of 240.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A89CB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 137 | 203 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.20 |
| HSL | 240.91º | 0.39% | 0.67% | - |
| HSV(B) | 240.91º | 0.33% | 0.8% | - |
| XYZ | 30.21 | 27.61 | 60.24 | - |
| YUV | 144.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 203 | 0.32 | 0.33 | 0 | 0.20 | 240.91 | 0.39 | 0.67 |
| Hex | 8A | 89 | CB | 20 | 21 | 0 | 14 | F1 | 27 | 43 |
| Octal | 212 | 211 | 313 | 40 | 41 | 0 | 24 | 361 | 47 | 103 |
| Binary | 10001010 | 10001001 | 11001011 | 100000 | 100001 | 0 | 10100 | 11110001 | 100111 | 1000011 |
Color Harmonies of #8A89CB
Complementary color
Monochromatic Colors of #8A89CB
Black with #8A89CB
Text Example
Text Example
White with #8A89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89CB; }
p { color: rgb(138,137,203); }
H1.HeaderClassName
{
color: #8A89CB;
}
.AnyTagClassName
{
color: #8A89CB;
}
</style>
background-color css
<style>
a { background-color: #8A89CB; }
a { background-color: rgb(138,137,203); }
div.DivClassName
{
background-color: #8A89CB;
}
.BgClassName
{
background-color: #8A89CB;
}
</style>
border-color css
<style>
span { border-color: #8A89CB; }
span { border-color: rgb(138,137,203); }
td.TdClassName
{
border-color: #8A89CB;
}
.TagClassName
{
border-color: #8A89CB;
}
</style>