Shades of Moody Blue #8B7ACE
Tints of Moody Blue #8B7ACE
RGB
CMYK
RGB Variations
Color information
#8B7ACE (or 0x8B7ACE) is known color: Moody Blue. HEX triplet: 8B, 7A and CE. RGB value is (139,122,206). Sum of RGB (Red+Green+Blue) = 139+122+206=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ACE is #748531. Grayscale: #888888. Windows color (decimal): -7636274 or 13531787. OLE color: 13531787.
HSL color Cylindrical-coordinate representation of color #8B7ACE: hue angle of 252.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7ACE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 122 | 206 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.19 |
| HSL | 252.14º | 0.46% | 0.64% | - |
| HSV(B) | 252.14º | 0.41% | 0.81% | - |
| XYZ | 28.75 | 23.86 | 61.48 | - |
| YUV | 136.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 206 | 0.33 | 0.41 | 0 | 0.19 | 252.14 | 0.46 | 0.64 |
| Hex | 8B | 7A | CE | 21 | 29 | 0 | 13 | FC | 2E | 40 |
| Octal | 213 | 172 | 316 | 41 | 51 | 0 | 23 | 374 | 56 | 100 |
| Binary | 10001011 | 1111010 | 11001110 | 100001 | 101001 | 0 | 10011 | 11111100 | 101110 | 1000000 |
Color Harmonies of #8B7ACE
Complementary color
Monochromatic Colors of #8B7ACE
Black with #8B7ACE
Text Example
Text Example
White with #8B7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7ACE; }
p { color: rgb(139,122,206); }
H1.HeaderClassName
{
color: #8B7ACE;
}
.AnyTagClassName
{
color: #8B7ACE;
}
</style>
background-color css
<style>
a { background-color: #8B7ACE; }
a { background-color: rgb(139,122,206); }
div.DivClassName
{
background-color: #8B7ACE;
}
.BgClassName
{
background-color: #8B7ACE;
}
</style>
border-color css
<style>
span { border-color: #8B7ACE; }
span { border-color: rgb(139,122,206); }
td.TdClassName
{
border-color: #8B7ACE;
}
.TagClassName
{
border-color: #8B7ACE;
}
</style>