Shades of Moody Blue #7B81CC
Tints of Moody Blue #7B81CC
RGB
CMYK
RGB Variations
Color information
#7B81CC (or 0x7B81CC) is known color: Moody Blue. HEX triplet: 7B, 81 and CC. RGB value is (123,129,204). Sum of RGB (Red+Green+Blue) = 123+129+204=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B81CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B81CC is #847E33. Grayscale: #878787. Windows color (decimal): -8683060 or 13402491. OLE color: 13402491.
HSL color Cylindrical-coordinate representation of color #7B81CC: hue angle of 235.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B81CC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 129 | 204 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.2 |
| HSL | 235.56º | 0.44% | 0.64% | - |
| HSV(B) | 235.56º | 0.4% | 0.8% | - |
| XYZ | 26.92 | 24.27 | 60.39 | - |
| YUV | 135.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 204 | 0.40 | 0.37 | 0 | 0.2 | 235.56 | 0.44 | 0.64 |
| Hex | 7B | 81 | CC | 28 | 25 | 0 | 14 | EC | 2C | 40 |
| Octal | 173 | 201 | 314 | 50 | 45 | 0 | 24 | 354 | 54 | 100 |
| Binary | 1111011 | 10000001 | 11001100 | 101000 | 100101 | 0 | 10100 | 11101100 | 101100 | 1000000 |
Color Harmonies of #7B81CC
Complementary color
Monochromatic Colors of #7B81CC
Black with #7B81CC
Text Example
Text Example
White with #7B81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B81CC; }
p { color: rgb(123,129,204); }
H1.HeaderClassName
{
color: #7B81CC;
}
.AnyTagClassName
{
color: #7B81CC;
}
</style>
background-color css
<style>
a { background-color: #7B81CC; }
a { background-color: rgb(123,129,204); }
div.DivClassName
{
background-color: #7B81CC;
}
.BgClassName
{
background-color: #7B81CC;
}
</style>
border-color css
<style>
span { border-color: #7B81CC; }
span { border-color: rgb(123,129,204); }
td.TdClassName
{
border-color: #7B81CC;
}
.TagClassName
{
border-color: #7B81CC;
}
</style>