Shades of Moody Blue #7D6BCE
Tints of Moody Blue #7D6BCE
RGB
CMYK
RGB Variations
Color information
#7D6BCE (or 0x7D6BCE) is known color: Moody Blue. HEX triplet: 7D, 6B and CE. RGB value is (125,107,206). Sum of RGB (Red+Green+Blue) = 125+107+206=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D6BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BCE is #829431. Grayscale: #7B7B7B. Windows color (decimal): -8557618 or 13527933. OLE color: 13527933.
HSL color Cylindrical-coordinate representation of color #7D6BCE: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6BCE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 107 | 206 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.19 |
| HSL | 250.91º | 0.5% | 0.61% | - |
| HSV(B) | 250.91º | 0.48% | 0.81% | - |
| XYZ | 24.86 | 19.33 | 60.81 | - |
| YUV | 123.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 206 | 0.39 | 0.48 | 0 | 0.19 | 250.91 | 0.5 | 0.61 |
| Hex | 7D | 6B | CE | 27 | 30 | 0 | 13 | FB | 32 | 3D |
| Octal | 175 | 153 | 316 | 47 | 60 | 0 | 23 | 373 | 62 | 75 |
| Binary | 1111101 | 1101011 | 11001110 | 100111 | 110000 | 0 | 10011 | 11111011 | 110010 | 111101 |
Color Harmonies of #7D6BCE
Complementary color
Monochromatic Colors of #7D6BCE
Black with #7D6BCE
Text Example
Text Example
White with #7D6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BCE; }
p { color: rgb(125,107,206); }
H1.HeaderClassName
{
color: #7D6BCE;
}
.AnyTagClassName
{
color: #7D6BCE;
}
</style>
background-color css
<style>
a { background-color: #7D6BCE; }
a { background-color: rgb(125,107,206); }
div.DivClassName
{
background-color: #7D6BCE;
}
.BgClassName
{
background-color: #7D6BCE;
}
</style>
border-color css
<style>
span { border-color: #7D6BCE; }
span { border-color: rgb(125,107,206); }
td.TdClassName
{
border-color: #7D6BCE;
}
.TagClassName
{
border-color: #7D6BCE;
}
</style>