Shades of Moody Blue #8B7DCB
Tints of Moody Blue #8B7DCB
RGB
CMYK
RGB Variations
Color information
#8B7DCB (or 0x8B7DCB) is known color: Moody Blue. HEX triplet: 8B, 7D and CB. RGB value is (139,125,203). Sum of RGB (Red+Green+Blue) = 139+125+203=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DCB is #748234. Grayscale: #898989. Windows color (decimal): -7635509 or 13335947. OLE color: 13335947.
HSL color Cylindrical-coordinate representation of color #8B7DCB: hue angle of 250.77º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B7DCB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 125 | 203 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.20 |
| HSL | 250.77º | 0.43% | 0.64% | - |
| HSV(B) | 250.77º | 0.38% | 0.8% | - |
| XYZ | 28.76 | 24.47 | 59.71 | - |
| YUV | 138.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 203 | 0.32 | 0.38 | 0 | 0.20 | 250.77 | 0.43 | 0.64 |
| Hex | 8B | 7D | CB | 20 | 26 | 0 | 14 | FB | 2B | 40 |
| Octal | 213 | 175 | 313 | 40 | 46 | 0 | 24 | 373 | 53 | 100 |
| Binary | 10001011 | 1111101 | 11001011 | 100000 | 100110 | 0 | 10100 | 11111011 | 101011 | 1000000 |
Color Harmonies of #8B7DCB
Complementary color
Monochromatic Colors of #8B7DCB
Black with #8B7DCB
Text Example
Text Example
White with #8B7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7DCB; }
p { color: rgb(139,125,203); }
H1.HeaderClassName
{
color: #8B7DCB;
}
.AnyTagClassName
{
color: #8B7DCB;
}
</style>
background-color css
<style>
a { background-color: #8B7DCB; }
a { background-color: rgb(139,125,203); }
div.DivClassName
{
background-color: #8B7DCB;
}
.BgClassName
{
background-color: #8B7DCB;
}
</style>
border-color css
<style>
span { border-color: #8B7DCB; }
span { border-color: rgb(139,125,203); }
td.TdClassName
{
border-color: #8B7DCB;
}
.TagClassName
{
border-color: #8B7DCB;
}
</style>