Shades of Moody Blue #8B7CCC
Tints of Moody Blue #8B7CCC
RGB
CMYK
RGB Variations
Color information
#8B7CCC (or 0x8B7CCC) is known color: Moody Blue. HEX triplet: 8B, 7C and CC. RGB value is (139,124,204). Sum of RGB (Red+Green+Blue) = 139+124+204=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CCC is #748333. Grayscale: #898989. Windows color (decimal): -7635764 or 13401227. OLE color: 13401227.
HSL color Cylindrical-coordinate representation of color #8B7CCC: hue angle of 251.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B7CCC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 124 | 204 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.2 |
| HSL | 251.25º | 0.44% | 0.64% | - |
| HSV(B) | 251.25º | 0.39% | 0.8% | - |
| XYZ | 28.75 | 24.26 | 60.29 | - |
| YUV | 137.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 204 | 0.32 | 0.39 | 0 | 0.2 | 251.25 | 0.44 | 0.64 |
| Hex | 8B | 7C | CC | 20 | 27 | 0 | 14 | FB | 2C | 40 |
| Octal | 213 | 174 | 314 | 40 | 47 | 0 | 24 | 373 | 54 | 100 |
| Binary | 10001011 | 1111100 | 11001100 | 100000 | 100111 | 0 | 10100 | 11111011 | 101100 | 1000000 |
Color Harmonies of #8B7CCC
Complementary color
Monochromatic Colors of #8B7CCC
Black with #8B7CCC
Text Example
Text Example
White with #8B7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7CCC; }
p { color: rgb(139,124,204); }
H1.HeaderClassName
{
color: #8B7CCC;
}
.AnyTagClassName
{
color: #8B7CCC;
}
</style>
background-color css
<style>
a { background-color: #8B7CCC; }
a { background-color: rgb(139,124,204); }
div.DivClassName
{
background-color: #8B7CCC;
}
.BgClassName
{
background-color: #8B7CCC;
}
</style>
border-color css
<style>
span { border-color: #8B7CCC; }
span { border-color: rgb(139,124,204); }
td.TdClassName
{
border-color: #8B7CCC;
}
.TagClassName
{
border-color: #8B7CCC;
}
</style>