Shades of Moody Blue #8B7AC4
Tints of Moody Blue #8B7AC4
RGB
CMYK
RGB Variations
Color information
#8B7AC4 (or 0x8B7AC4) is known color: Moody Blue. HEX triplet: 8B, 7A and C4. RGB value is (139,122,196). Sum of RGB (Red+Green+Blue) = 139+122+196=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B7AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AC4 is #74853B. Grayscale: #878787. Windows color (decimal): -7636284 or 12876427. OLE color: 12876427.
HSL color Cylindrical-coordinate representation of color #8B7AC4: hue angle of 253.78º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B7AC4 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 122 | 196 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.23 |
| HSL | 253.78º | 0.39% | 0.62% | - |
| HSV(B) | 253.78º | 0.38% | 0.77% | - |
| XYZ | 27.57 | 23.39 | 55.29 | - |
| YUV | 135.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 196 | 0.29 | 0.38 | 0 | 0.23 | 253.78 | 0.39 | 0.62 |
| Hex | 8B | 7A | C4 | 1D | 26 | 0 | 17 | FE | 27 | 3E |
| Octal | 213 | 172 | 304 | 35 | 46 | 0 | 27 | 376 | 47 | 76 |
| Binary | 10001011 | 1111010 | 11000100 | 11101 | 100110 | 0 | 10111 | 11111110 | 100111 | 111110 |
Color Harmonies of #8B7AC4
Complementary color
Monochromatic Colors of #8B7AC4
Black with #8B7AC4
Text Example
Text Example
White with #8B7AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7AC4; }
p { color: rgb(139,122,196); }
H1.HeaderClassName
{
color: #8B7AC4;
}
.AnyTagClassName
{
color: #8B7AC4;
}
</style>
background-color css
<style>
a { background-color: #8B7AC4; }
a { background-color: rgb(139,122,196); }
div.DivClassName
{
background-color: #8B7AC4;
}
.BgClassName
{
background-color: #8B7AC4;
}
</style>
border-color css
<style>
span { border-color: #8B7AC4; }
span { border-color: rgb(139,122,196); }
td.TdClassName
{
border-color: #8B7AC4;
}
.TagClassName
{
border-color: #8B7AC4;
}
</style>