Shades of Moody Blue #7B81DB
Tints of Moody Blue #7B81DB
RGB
CMYK
RGB Variations
Color information
#7B81DB (or 0x7B81DB) is known color: Moody Blue. HEX triplet: 7B, 81 and DB. RGB value is (123,129,219). Sum of RGB (Red+Green+Blue) = 123+129+219=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B81DB is #847E24. Grayscale: #898989. Windows color (decimal): -8683045 or 14385531. OLE color: 14385531.
HSL color Cylindrical-coordinate representation of color #7B81DB: hue angle of 236.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B81DB is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 129 | 219 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.14 |
| HSL | 236.25º | 0.57% | 0.67% | - |
| HSV(B) | 236.25º | 0.44% | 0.86% | - |
| XYZ | 28.8 | 25.03 | 70.33 | - |
| YUV | 137.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 219 | 0.44 | 0.41 | 0 | 0.14 | 236.25 | 0.57 | 0.67 |
| Hex | 7B | 81 | DB | 2C | 29 | 0 | E | EC | 39 | 43 |
| Octal | 173 | 201 | 333 | 54 | 51 | 0 | 16 | 354 | 71 | 103 |
| Binary | 1111011 | 10000001 | 11011011 | 101100 | 101001 | 0 | 1110 | 11101100 | 111001 | 1000011 |
Color Harmonies of #7B81DB
Complementary color
Monochromatic Colors of #7B81DB
Black with #7B81DB
Text Example
Text Example
White with #7B81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B81DB; }
p { color: rgb(123,129,219); }
H1.HeaderClassName
{
color: #7B81DB;
}
.AnyTagClassName
{
color: #7B81DB;
}
</style>
background-color css
<style>
a { background-color: #7B81DB; }
a { background-color: rgb(123,129,219); }
div.DivClassName
{
background-color: #7B81DB;
}
.BgClassName
{
background-color: #7B81DB;
}
</style>
border-color css
<style>
span { border-color: #7B81DB; }
span { border-color: rgb(123,129,219); }
td.TdClassName
{
border-color: #7B81DB;
}
.TagClassName
{
border-color: #7B81DB;
}
</style>