Shades of Moody Blue #8B7DCA
Tints of Moody Blue #8B7DCA
RGB
CMYK
RGB Variations
Color information
#8B7DCA (or 0x8B7DCA) is known color: Moody Blue. HEX triplet: 8B, 7D and CA. RGB value is (139,125,202). Sum of RGB (Red+Green+Blue) = 139+125+202=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DCA is #748235. Grayscale: #898989. Windows color (decimal): -7635510 or 13270411. OLE color: 13270411.
HSL color Cylindrical-coordinate representation of color #8B7DCA: hue angle of 250.91º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B7DCA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 125 | 202 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.21 |
| HSL | 250.91º | 0.42% | 0.64% | - |
| HSV(B) | 250.91º | 0.38% | 0.79% | - |
| XYZ | 28.64 | 24.42 | 59.08 | - |
| YUV | 137.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 202 | 0.31 | 0.38 | 0 | 0.21 | 250.91 | 0.42 | 0.64 |
| Hex | 8B | 7D | CA | 1F | 26 | 0 | 15 | FB | 2A | 40 |
| Octal | 213 | 175 | 312 | 37 | 46 | 0 | 25 | 373 | 52 | 100 |
| Binary | 10001011 | 1111101 | 11001010 | 11111 | 100110 | 0 | 10101 | 11111011 | 101010 | 1000000 |
Color Harmonies of #8B7DCA
Complementary color
Monochromatic Colors of #8B7DCA
Black with #8B7DCA
Text Example
Text Example
White with #8B7DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7DCA; }
p { color: rgb(139,125,202); }
H1.HeaderClassName
{
color: #8B7DCA;
}
.AnyTagClassName
{
color: #8B7DCA;
}
</style>
background-color css
<style>
a { background-color: #8B7DCA; }
a { background-color: rgb(139,125,202); }
div.DivClassName
{
background-color: #8B7DCA;
}
.BgClassName
{
background-color: #8B7DCA;
}
</style>
border-color css
<style>
span { border-color: #8B7DCA; }
span { border-color: rgb(139,125,202); }
td.TdClassName
{
border-color: #8B7DCA;
}
.TagClassName
{
border-color: #8B7DCA;
}
</style>