Shades of Moody Blue #8A89CC
Tints of Moody Blue #8A89CC
RGB
CMYK
RGB Variations
Color information
#8A89CC (or 0x8A89CC) is known color: Moody Blue. HEX triplet: 8A, 89 and CC. RGB value is (138,137,204). Sum of RGB (Red+Green+Blue) = 138+137+204=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89CC is #757633. Grayscale: #909090. Windows color (decimal): -7697972 or 13404554. OLE color: 13404554.
HSL color Cylindrical-coordinate representation of color #8A89CC: hue angle of 240.9º degrees, saturation: 0.4, 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 #8A89CC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 137 | 204 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.2 |
| HSL | 240.9º | 0.4% | 0.67% | - |
| HSV(B) | 240.9º | 0.33% | 0.8% | - |
| XYZ | 30.33 | 27.65 | 60.87 | - |
| YUV | 144.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 204 | 0.32 | 0.33 | 0 | 0.2 | 240.9 | 0.4 | 0.67 |
| Hex | 8A | 89 | CC | 20 | 21 | 0 | 14 | F1 | 28 | 43 |
| Octal | 212 | 211 | 314 | 40 | 41 | 0 | 24 | 361 | 50 | 103 |
| Binary | 10001010 | 10001001 | 11001100 | 100000 | 100001 | 0 | 10100 | 11110001 | 101000 | 1000011 |
Color Harmonies of #8A89CC
Complementary color
Monochromatic Colors of #8A89CC
Black with #8A89CC
Text Example
Text Example
White with #8A89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89CC; }
p { color: rgb(138,137,204); }
H1.HeaderClassName
{
color: #8A89CC;
}
.AnyTagClassName
{
color: #8A89CC;
}
</style>
background-color css
<style>
a { background-color: #8A89CC; }
a { background-color: rgb(138,137,204); }
div.DivClassName
{
background-color: #8A89CC;
}
.BgClassName
{
background-color: #8A89CC;
}
</style>
border-color css
<style>
span { border-color: #8A89CC; }
span { border-color: rgb(138,137,204); }
td.TdClassName
{
border-color: #8A89CC;
}
.TagClassName
{
border-color: #8A89CC;
}
</style>