Shades of Moody Blue #8A7DCD
Tints of Moody Blue #8A7DCD
RGB
CMYK
RGB Variations
Color information
#8A7DCD (or 0x8A7DCD) is known color: Moody Blue. HEX triplet: 8A, 7D and CD. RGB value is (138,125,205). Sum of RGB (Red+Green+Blue) = 138+125+205=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DCD is #758232. Grayscale: #898989. Windows color (decimal): -7701043 or 13467018. OLE color: 13467018.
HSL color Cylindrical-coordinate representation of color #8A7DCD: hue angle of 249.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A7DCD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 125 | 205 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.20 |
| HSL | 249.75º | 0.44% | 0.65% | - |
| HSV(B) | 249.75º | 0.39% | 0.8% | - |
| XYZ | 28.83 | 24.48 | 60.96 | - |
| YUV | 138.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 205 | 0.33 | 0.39 | 0 | 0.20 | 249.75 | 0.44 | 0.65 |
| Hex | 8A | 7D | CD | 21 | 27 | 0 | 14 | FA | 2C | 41 |
| Octal | 212 | 175 | 315 | 41 | 47 | 0 | 24 | 372 | 54 | 101 |
| Binary | 10001010 | 1111101 | 11001101 | 100001 | 100111 | 0 | 10100 | 11111010 | 101100 | 1000001 |
Color Harmonies of #8A7DCD
Complementary color
Monochromatic Colors of #8A7DCD
Black with #8A7DCD
Text Example
Text Example
White with #8A7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7DCD; }
p { color: rgb(138,125,205); }
H1.HeaderClassName
{
color: #8A7DCD;
}
.AnyTagClassName
{
color: #8A7DCD;
}
</style>
background-color css
<style>
a { background-color: #8A7DCD; }
a { background-color: rgb(138,125,205); }
div.DivClassName
{
background-color: #8A7DCD;
}
.BgClassName
{
background-color: #8A7DCD;
}
</style>
border-color css
<style>
span { border-color: #8A7DCD; }
span { border-color: rgb(138,125,205); }
td.TdClassName
{
border-color: #8A7DCD;
}
.TagClassName
{
border-color: #8A7DCD;
}
</style>