Shades of Moody Blue #8C7BD2
Tints of Moody Blue #8C7BD2
RGB
CMYK
RGB Variations
Color information
#8C7BD2 (or 0x8C7BD2) is known color: Moody Blue. HEX triplet: 8C, 7B and D2. RGB value is (140,123,210). Sum of RGB (Red+Green+Blue) = 140+123+210=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #8C7BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BD2 is #73842D. Grayscale: #898989. Windows color (decimal): -7570478 or 13794188. OLE color: 13794188.
HSL color Cylindrical-coordinate representation of color #8C7BD2: hue angle of 251.72º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7BD2 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 123 | 210 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.18 |
| HSL | 251.72º | 0.49% | 0.65% | - |
| HSV(B) | 251.72º | 0.41% | 0.82% | - |
| XYZ | 29.53 | 24.39 | 64.12 | - |
| YUV | 138 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 210 | 0.33 | 0.41 | 0 | 0.18 | 251.72 | 0.49 | 0.65 |
| Hex | 8C | 7B | D2 | 21 | 29 | 0 | 12 | FC | 31 | 41 |
| Octal | 214 | 173 | 322 | 41 | 51 | 0 | 22 | 374 | 61 | 101 |
| Binary | 10001100 | 1111011 | 11010010 | 100001 | 101001 | 0 | 10010 | 11111100 | 110001 | 1000001 |
Color Harmonies of #8C7BD2
Complementary color
Monochromatic Colors of #8C7BD2
Black with #8C7BD2
Text Example
Text Example
White with #8C7BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BD2; }
p { color: rgb(140,123,210); }
H1.HeaderClassName
{
color: #8C7BD2;
}
.AnyTagClassName
{
color: #8C7BD2;
}
</style>
background-color css
<style>
a { background-color: #8C7BD2; }
a { background-color: rgb(140,123,210); }
div.DivClassName
{
background-color: #8C7BD2;
}
.BgClassName
{
background-color: #8C7BD2;
}
</style>
border-color css
<style>
span { border-color: #8C7BD2; }
span { border-color: rgb(140,123,210); }
td.TdClassName
{
border-color: #8C7BD2;
}
.TagClassName
{
border-color: #8C7BD2;
}
</style>