Shades of Moody Blue #7C75B6
Tints of Moody Blue #7C75B6
RGB
CMYK
RGB Variations
Color information
#7C75B6 (or 0x7C75B6) is known color: Moody Blue. HEX triplet: 7C, 75 and B6. RGB value is (124,117,182). Sum of RGB (Red+Green+Blue) = 124+117+182=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C75B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75B6 is #838A49. Grayscale: #7E7E7E. Windows color (decimal): -8620618 or 11957628. OLE color: 11957628.
HSL color Cylindrical-coordinate representation of color #7C75B6: hue angle of 246.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C75B6 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 117 | 182 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.29 |
| HSL | 246.46º | 0.31% | 0.59% | - |
| HSV(B) | 246.46º | 0.36% | 0.71% | - |
| XYZ | 23.12 | 20.39 | 46.97 | - |
| YUV | 126.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 182 | 0.32 | 0.36 | 0 | 0.29 | 246.46 | 0.31 | 0.59 |
| Hex | 7C | 75 | B6 | 20 | 24 | 0 | 1D | F6 | 1F | 3B |
| Octal | 174 | 165 | 266 | 40 | 44 | 0 | 35 | 366 | 37 | 73 |
| Binary | 1111100 | 1110101 | 10110110 | 100000 | 100100 | 0 | 11101 | 11110110 | 11111 | 111011 |
Color Harmonies of #7C75B6
Complementary color
Monochromatic Colors of #7C75B6
Black with #7C75B6
Text Example
Text Example
White with #7C75B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C75B6; }
p { color: rgb(124,117,182); }
H1.HeaderClassName
{
color: #7C75B6;
}
.AnyTagClassName
{
color: #7C75B6;
}
</style>
background-color css
<style>
a { background-color: #7C75B6; }
a { background-color: rgb(124,117,182); }
div.DivClassName
{
background-color: #7C75B6;
}
.BgClassName
{
background-color: #7C75B6;
}
</style>
border-color css
<style>
span { border-color: #7C75B6; }
span { border-color: rgb(124,117,182); }
td.TdClassName
{
border-color: #7C75B6;
}
.TagClassName
{
border-color: #7C75B6;
}
</style>