Shades of Moody Blue #8A81E0
Tints of Moody Blue #8A81E0
RGB
CMYK
RGB Variations
Color information
#8A81E0 (or 0x8A81E0) is known color: Moody Blue. HEX triplet: 8A, 81 and E0. RGB value is (138,129,224). Sum of RGB (Red+Green+Blue) = 138+129+224=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A81E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A81E0 is #757E1F. Grayscale: #8E8E8E. Windows color (decimal): -7700000 or 14713226. OLE color: 14713226.
HSL color Cylindrical-coordinate representation of color #8A81E0: hue angle of 245.68º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A81E0 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 129 | 224 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.12 |
| HSL | 245.68º | 0.61% | 0.69% | - |
| HSV(B) | 245.68º | 0.42% | 0.88% | - |
| XYZ | 31.79 | 26.49 | 73.96 | - |
| YUV | 142.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 224 | 0.38 | 0.42 | 0 | 0.12 | 245.68 | 0.61 | 0.69 |
| Hex | 8A | 81 | E0 | 26 | 2A | 0 | C | F6 | 3D | 45 |
| Octal | 212 | 201 | 340 | 46 | 52 | 0 | 14 | 366 | 75 | 105 |
| Binary | 10001010 | 10000001 | 11100000 | 100110 | 101010 | 0 | 1100 | 11110110 | 111101 | 1000101 |
Color Harmonies of #8A81E0
Complementary color
Monochromatic Colors of #8A81E0
Black with #8A81E0
Text Example
Text Example
White with #8A81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81E0; }
p { color: rgb(138,129,224); }
H1.HeaderClassName
{
color: #8A81E0;
}
.AnyTagClassName
{
color: #8A81E0;
}
</style>
background-color css
<style>
a { background-color: #8A81E0; }
a { background-color: rgb(138,129,224); }
div.DivClassName
{
background-color: #8A81E0;
}
.BgClassName
{
background-color: #8A81E0;
}
</style>
border-color css
<style>
span { border-color: #8A81E0; }
span { border-color: rgb(138,129,224); }
td.TdClassName
{
border-color: #8A81E0;
}
.TagClassName
{
border-color: #8A81E0;
}
</style>