Shades of Moody Blue #757ACB
Tints of Moody Blue #757ACB
RGB
CMYK
RGB Variations
Color information
#757ACB (or 0x757ACB) is known color: Moody Blue. HEX triplet: 75, 7A and CB. RGB value is (117,122,203). Sum of RGB (Red+Green+Blue) = 117+122+203=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #757ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ACB is #8A8534. Grayscale: #818181. Windows color (decimal): -9078069 or 13335157. OLE color: 13335157.
HSL color Cylindrical-coordinate representation of color #757ACB: hue angle of 236.51º 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 #757ACB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 122 | 203 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.20 |
| HSL | 236.51º | 0.45% | 0.63% | - |
| HSV(B) | 236.51º | 0.42% | 0.8% | - |
| XYZ | 25.08 | 22.01 | 59.43 | - |
| YUV | 129.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 203 | 0.42 | 0.40 | 0 | 0.20 | 236.51 | 0.45 | 0.63 |
| Hex | 75 | 7A | CB | 2A | 28 | 0 | 14 | ED | 2D | 3F |
| Octal | 165 | 172 | 313 | 52 | 50 | 0 | 24 | 355 | 55 | 77 |
| Binary | 1110101 | 1111010 | 11001011 | 101010 | 101000 | 0 | 10100 | 11101101 | 101101 | 111111 |
Color Harmonies of #757ACB
Complementary color
Monochromatic Colors of #757ACB
Black with #757ACB
Text Example
Text Example
White with #757ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ACB; }
p { color: rgb(117,122,203); }
H1.HeaderClassName
{
color: #757ACB;
}
.AnyTagClassName
{
color: #757ACB;
}
</style>
background-color css
<style>
a { background-color: #757ACB; }
a { background-color: rgb(117,122,203); }
div.DivClassName
{
background-color: #757ACB;
}
.BgClassName
{
background-color: #757ACB;
}
</style>
border-color css
<style>
span { border-color: #757ACB; }
span { border-color: rgb(117,122,203); }
td.TdClassName
{
border-color: #757ACB;
}
.TagClassName
{
border-color: #757ACB;
}
</style>