Shades of Moody Blue #8B7AC2
Tints of Moody Blue #8B7AC2
RGB
CMYK
RGB Variations
Color information
#8B7AC2 (or 0x8B7AC2) is known color: Moody Blue. HEX triplet: 8B, 7A and C2. RGB value is (139,122,194). Sum of RGB (Red+Green+Blue) = 139+122+194=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B7AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AC2 is #74853D. Grayscale: #878787. Windows color (decimal): -7636286 or 12745355. OLE color: 12745355.
HSL color Cylindrical-coordinate representation of color #8B7AC2: hue angle of 254.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7AC2 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 122 | 194 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.24 |
| HSL | 254.17º | 0.37% | 0.62% | - |
| HSV(B) | 254.17º | 0.37% | 0.76% | - |
| XYZ | 27.34 | 23.3 | 54.1 | - |
| YUV | 135.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 194 | 0.28 | 0.37 | 0 | 0.24 | 254.17 | 0.37 | 0.62 |
| Hex | 8B | 7A | C2 | 1C | 25 | 0 | 18 | FE | 25 | 3E |
| Octal | 213 | 172 | 302 | 34 | 45 | 0 | 30 | 376 | 45 | 76 |
| Binary | 10001011 | 1111010 | 11000010 | 11100 | 100101 | 0 | 11000 | 11111110 | 100101 | 111110 |
Color Harmonies of #8B7AC2
Complementary color
Monochromatic Colors of #8B7AC2
Black with #8B7AC2
Text Example
Text Example
White with #8B7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7AC2; }
p { color: rgb(139,122,194); }
H1.HeaderClassName
{
color: #8B7AC2;
}
.AnyTagClassName
{
color: #8B7AC2;
}
</style>
background-color css
<style>
a { background-color: #8B7AC2; }
a { background-color: rgb(139,122,194); }
div.DivClassName
{
background-color: #8B7AC2;
}
.BgClassName
{
background-color: #8B7AC2;
}
</style>
border-color css
<style>
span { border-color: #8B7AC2; }
span { border-color: rgb(139,122,194); }
td.TdClassName
{
border-color: #8B7AC2;
}
.TagClassName
{
border-color: #8B7AC2;
}
</style>