Shades of Moody Blue #7B7DDE
Tints of Moody Blue #7B7DDE
RGB
CMYK
RGB Variations
Color information
#7B7DDE (or 0x7B7DDE) is known color: Moody Blue. HEX triplet: 7B, 7D and DE. RGB value is (123,125,222). Sum of RGB (Red+Green+Blue) = 123+125+222=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B7DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DDE is #848221. Grayscale: #878787. Windows color (decimal): -8684066 or 14581115. OLE color: 14581115.
HSL color Cylindrical-coordinate representation of color #7B7DDE: hue angle of 238.79º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B7DDE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 125 | 222 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.13 |
| HSL | 238.79º | 0.6% | 0.68% | - |
| HSV(B) | 238.79º | 0.45% | 0.87% | - |
| XYZ | 28.69 | 24.15 | 72.26 | - |
| YUV | 135.46 | 176.84 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 222 | 0.45 | 0.44 | 0 | 0.13 | 238.79 | 0.6 | 0.68 |
| Hex | 7B | 7D | DE | 2D | 2C | 0 | D | EF | 3C | 44 |
| Octal | 173 | 175 | 336 | 55 | 54 | 0 | 15 | 357 | 74 | 104 |
| Binary | 1111011 | 1111101 | 11011110 | 101101 | 101100 | 0 | 1101 | 11101111 | 111100 | 1000100 |
Color Harmonies of #7B7DDE
Complementary color
Monochromatic Colors of #7B7DDE
Black with #7B7DDE
Text Example
Text Example
White with #7B7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7DDE; }
p { color: rgb(123,125,222); }
H1.HeaderClassName
{
color: #7B7DDE;
}
.AnyTagClassName
{
color: #7B7DDE;
}
</style>
background-color css
<style>
a { background-color: #7B7DDE; }
a { background-color: rgb(123,125,222); }
div.DivClassName
{
background-color: #7B7DDE;
}
.BgClassName
{
background-color: #7B7DDE;
}
</style>
border-color css
<style>
span { border-color: #7B7DDE; }
span { border-color: rgb(123,125,222); }
td.TdClassName
{
border-color: #7B7DDE;
}
.TagClassName
{
border-color: #7B7DDE;
}
</style>