Shades of Moody Blue #7E69CB
Tints of Moody Blue #7E69CB
RGB
CMYK
RGB Variations
Color information
#7E69CB (or 0x7E69CB) is known color: Moody Blue. HEX triplet: 7E, 69 and CB. RGB value is (126,105,203). Sum of RGB (Red+Green+Blue) = 126+105+203=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E69CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69CB is #819634. Grayscale: #7A7A7A. Windows color (decimal): -8492597 or 13330814. OLE color: 13330814.
HSL color Cylindrical-coordinate representation of color #7E69CB: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E69CB is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 105 | 203 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.20 |
| HSL | 252.86º | 0.49% | 0.6% | - |
| HSV(B) | 252.86º | 0.48% | 0.8% | - |
| XYZ | 24.44 | 18.85 | 58.85 | - |
| YUV | 122.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 203 | 0.38 | 0.48 | 0 | 0.20 | 252.86 | 0.49 | 0.6 |
| Hex | 7E | 69 | CB | 26 | 30 | 0 | 14 | FD | 31 | 3C |
| Octal | 176 | 151 | 313 | 46 | 60 | 0 | 24 | 375 | 61 | 74 |
| Binary | 1111110 | 1101001 | 11001011 | 100110 | 110000 | 0 | 10100 | 11111101 | 110001 | 111100 |
Color Harmonies of #7E69CB
Complementary color
Monochromatic Colors of #7E69CB
Black with #7E69CB
Text Example
Text Example
White with #7E69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69CB; }
p { color: rgb(126,105,203); }
H1.HeaderClassName
{
color: #7E69CB;
}
.AnyTagClassName
{
color: #7E69CB;
}
</style>
background-color css
<style>
a { background-color: #7E69CB; }
a { background-color: rgb(126,105,203); }
div.DivClassName
{
background-color: #7E69CB;
}
.BgClassName
{
background-color: #7E69CB;
}
</style>
border-color css
<style>
span { border-color: #7E69CB; }
span { border-color: rgb(126,105,203); }
td.TdClassName
{
border-color: #7E69CB;
}
.TagClassName
{
border-color: #7E69CB;
}
</style>