Shades of Moody Blue #757CCB
Tints of Moody Blue #757CCB
RGB
CMYK
RGB Variations
Color information
#757CCB (or 0x757CCB) is known color: Moody Blue. HEX triplet: 75, 7C and CB. RGB value is (117,124,203). Sum of RGB (Red+Green+Blue) = 117+124+203=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #757CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CCB is #8A8334. Grayscale: #828282. Windows color (decimal): -9077557 or 13335669. OLE color: 13335669.
HSL color Cylindrical-coordinate representation of color #757CCB: hue angle of 235.12º 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 #757CCB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 124 | 203 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.20 |
| HSL | 235.12º | 0.45% | 0.63% | - |
| HSV(B) | 235.12º | 0.42% | 0.8% | - |
| XYZ | 25.32 | 22.51 | 59.51 | - |
| YUV | 130.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 203 | 0.42 | 0.39 | 0 | 0.20 | 235.12 | 0.45 | 0.63 |
| Hex | 75 | 7C | CB | 2A | 27 | 0 | 14 | EB | 2D | 3F |
| Octal | 165 | 174 | 313 | 52 | 47 | 0 | 24 | 353 | 55 | 77 |
| Binary | 1110101 | 1111100 | 11001011 | 101010 | 100111 | 0 | 10100 | 11101011 | 101101 | 111111 |
Color Harmonies of #757CCB
Complementary color
Monochromatic Colors of #757CCB
Black with #757CCB
Text Example
Text Example
White with #757CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CCB; }
p { color: rgb(117,124,203); }
H1.HeaderClassName
{
color: #757CCB;
}
.AnyTagClassName
{
color: #757CCB;
}
</style>
background-color css
<style>
a { background-color: #757CCB; }
a { background-color: rgb(117,124,203); }
div.DivClassName
{
background-color: #757CCB;
}
.BgClassName
{
background-color: #757CCB;
}
</style>
border-color css
<style>
span { border-color: #757CCB; }
span { border-color: rgb(117,124,203); }
td.TdClassName
{
border-color: #757CCB;
}
.TagClassName
{
border-color: #757CCB;
}
</style>