Shades of Moody Blue #7576CB
Tints of Moody Blue #7576CB
RGB
CMYK
RGB Variations
Color information
#7576CB (or 0x7576CB) is known color: Moody Blue. HEX triplet: 75, 76 and CB. RGB value is (117,118,203). Sum of RGB (Red+Green+Blue) = 117+118+203=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #7576CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576CB is #8A8934. Grayscale: #7F7F7F. Windows color (decimal): -9079093 or 13334133. OLE color: 13334133.
HSL color Cylindrical-coordinate representation of color #7576CB: hue angle of 239.3º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7576CB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 118 | 203 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.20 |
| HSL | 239.3º | 0.45% | 0.63% | - |
| HSV(B) | 239.3º | 0.42% | 0.8% | - |
| XYZ | 24.59 | 21.05 | 59.27 | - |
| YUV | 127.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 203 | 0.42 | 0.42 | 0 | 0.20 | 239.3 | 0.45 | 0.63 |
| Hex | 75 | 76 | CB | 2A | 2A | 0 | 14 | EF | 2D | 3F |
| Octal | 165 | 166 | 313 | 52 | 52 | 0 | 24 | 357 | 55 | 77 |
| Binary | 1110101 | 1110110 | 11001011 | 101010 | 101010 | 0 | 10100 | 11101111 | 101101 | 111111 |
Color Harmonies of #7576CB
Complementary color
Monochromatic Colors of #7576CB
Black with #7576CB
Text Example
Text Example
White with #7576CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7576CB; }
p { color: rgb(117,118,203); }
H1.HeaderClassName
{
color: #7576CB;
}
.AnyTagClassName
{
color: #7576CB;
}
</style>
background-color css
<style>
a { background-color: #7576CB; }
a { background-color: rgb(117,118,203); }
div.DivClassName
{
background-color: #7576CB;
}
.BgClassName
{
background-color: #7576CB;
}
</style>
border-color css
<style>
span { border-color: #7576CB; }
span { border-color: rgb(117,118,203); }
td.TdClassName
{
border-color: #7576CB;
}
.TagClassName
{
border-color: #7576CB;
}
</style>