Shades of Moody Blue #7B7ECE
Tints of Moody Blue #7B7ECE
RGB
CMYK
RGB Variations
Color information
#7B7ECE (or 0x7B7ECE) is known color: Moody Blue. HEX triplet: 7B, 7E and CE. RGB value is (123,126,206). Sum of RGB (Red+Green+Blue) = 123+126+206=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ECE is #848131. Grayscale: #858585. Windows color (decimal): -8683826 or 13532795. OLE color: 13532795.
HSL color Cylindrical-coordinate representation of color #7B7ECE: hue angle of 237.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7ECE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 126 | 206 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.19 |
| HSL | 237.83º | 0.46% | 0.65% | - |
| HSV(B) | 237.83º | 0.4% | 0.81% | - |
| XYZ | 26.77 | 23.59 | 61.53 | - |
| YUV | 134.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 206 | 0.40 | 0.39 | 0 | 0.19 | 237.83 | 0.46 | 0.65 |
| Hex | 7B | 7E | CE | 28 | 27 | 0 | 13 | EE | 2E | 41 |
| Octal | 173 | 176 | 316 | 50 | 47 | 0 | 23 | 356 | 56 | 101 |
| Binary | 1111011 | 1111110 | 11001110 | 101000 | 100111 | 0 | 10011 | 11101110 | 101110 | 1000001 |
Color Harmonies of #7B7ECE
Complementary color
Monochromatic Colors of #7B7ECE
Black with #7B7ECE
Text Example
Text Example
White with #7B7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7ECE; }
p { color: rgb(123,126,206); }
H1.HeaderClassName
{
color: #7B7ECE;
}
.AnyTagClassName
{
color: #7B7ECE;
}
</style>
background-color css
<style>
a { background-color: #7B7ECE; }
a { background-color: rgb(123,126,206); }
div.DivClassName
{
background-color: #7B7ECE;
}
.BgClassName
{
background-color: #7B7ECE;
}
</style>
border-color css
<style>
span { border-color: #7B7ECE; }
span { border-color: rgb(123,126,206); }
td.TdClassName
{
border-color: #7B7ECE;
}
.TagClassName
{
border-color: #7B7ECE;
}
</style>