Shades of Moody Blue #7B76DA
Tints of Moody Blue #7B76DA
RGB
CMYK
RGB Variations
Color information
#7B76DA (or 0x7B76DA) is known color: Moody Blue. HEX triplet: 7B, 76 and DA. RGB value is (123,118,218). Sum of RGB (Red+Green+Blue) = 123+118+218=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B76DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76DA is #848925. Grayscale: #828282. Windows color (decimal): -8685862 or 14317179. OLE color: 14317179.
HSL color Cylindrical-coordinate representation of color #7B76DA: hue angle of 243º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B76DA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 118 | 218 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.15 |
| HSL | 243º | 0.57% | 0.66% | - |
| HSV(B) | 243º | 0.46% | 0.85% | - |
| XYZ | 27.3 | 22.23 | 69.18 | - |
| YUV | 130.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 218 | 0.44 | 0.46 | 0 | 0.15 | 243 | 0.57 | 0.66 |
| Hex | 7B | 76 | DA | 2C | 2E | 0 | F | F3 | 39 | 42 |
| Octal | 173 | 166 | 332 | 54 | 56 | 0 | 17 | 363 | 71 | 102 |
| Binary | 1111011 | 1110110 | 11011010 | 101100 | 101110 | 0 | 1111 | 11110011 | 111001 | 1000010 |
Color Harmonies of #7B76DA
Complementary color
Monochromatic Colors of #7B76DA
Black with #7B76DA
Text Example
Text Example
White with #7B76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76DA; }
p { color: rgb(123,118,218); }
H1.HeaderClassName
{
color: #7B76DA;
}
.AnyTagClassName
{
color: #7B76DA;
}
</style>
background-color css
<style>
a { background-color: #7B76DA; }
a { background-color: rgb(123,118,218); }
div.DivClassName
{
background-color: #7B76DA;
}
.BgClassName
{
background-color: #7B76DA;
}
</style>
border-color css
<style>
span { border-color: #7B76DA; }
span { border-color: rgb(123,118,218); }
td.TdClassName
{
border-color: #7B76DA;
}
.TagClassName
{
border-color: #7B76DA;
}
</style>