Shades of Moody Blue #8A7CC1
Tints of Moody Blue #8A7CC1
RGB
CMYK
RGB Variations
Color information
#8A7CC1 (or 0x8A7CC1) is known color: Moody Blue. HEX triplet: 8A, 7C and C1. RGB value is (138,124,193). Sum of RGB (Red+Green+Blue) = 138+124+193=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CC1 is #75833E. Grayscale: #878787. Windows color (decimal): -7701311 or 12680330. OLE color: 12680330.
HSL color Cylindrical-coordinate representation of color #8A7CC1: hue angle of 252.17º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A7CC1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 124 | 193 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.24 |
| HSL | 252.17º | 0.36% | 0.62% | - |
| HSV(B) | 252.17º | 0.36% | 0.76% | - |
| XYZ | 27.31 | 23.67 | 53.58 | - |
| YUV | 136.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 193 | 0.28 | 0.36 | 0 | 0.24 | 252.17 | 0.36 | 0.62 |
| Hex | 8A | 7C | C1 | 1C | 24 | 0 | 18 | FC | 24 | 3E |
| Octal | 212 | 174 | 301 | 34 | 44 | 0 | 30 | 374 | 44 | 76 |
| Binary | 10001010 | 1111100 | 11000001 | 11100 | 100100 | 0 | 11000 | 11111100 | 100100 | 111110 |
Color Harmonies of #8A7CC1
Complementary color
Monochromatic Colors of #8A7CC1
Black with #8A7CC1
Text Example
Text Example
White with #8A7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7CC1; }
p { color: rgb(138,124,193); }
H1.HeaderClassName
{
color: #8A7CC1;
}
.AnyTagClassName
{
color: #8A7CC1;
}
</style>
background-color css
<style>
a { background-color: #8A7CC1; }
a { background-color: rgb(138,124,193); }
div.DivClassName
{
background-color: #8A7CC1;
}
.BgClassName
{
background-color: #8A7CC1;
}
</style>
border-color css
<style>
span { border-color: #8A7CC1; }
span { border-color: rgb(138,124,193); }
td.TdClassName
{
border-color: #8A7CC1;
}
.TagClassName
{
border-color: #8A7CC1;
}
</style>