Shades of Moody Blue #757DCB
Tints of Moody Blue #757DCB
RGB
CMYK
RGB Variations
Color information
#757DCB (or 0x757DCB) is known color: Moody Blue. HEX triplet: 75, 7D and CB. RGB value is (117,125,203). Sum of RGB (Red+Green+Blue) = 117+125+203=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #757DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DCB is #8A8234. Grayscale: #838383. Windows color (decimal): -9077301 or 13335925. OLE color: 13335925.
HSL color Cylindrical-coordinate representation of color #757DCB: hue angle of 234.42º 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 #757DCB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 125 | 203 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.20 |
| HSL | 234.42º | 0.45% | 0.63% | - |
| HSV(B) | 234.42º | 0.42% | 0.8% | - |
| XYZ | 25.45 | 22.76 | 59.55 | - |
| YUV | 131.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 203 | 0.42 | 0.38 | 0 | 0.20 | 234.42 | 0.45 | 0.63 |
| Hex | 75 | 7D | CB | 2A | 26 | 0 | 14 | EA | 2D | 3F |
| Octal | 165 | 175 | 313 | 52 | 46 | 0 | 24 | 352 | 55 | 77 |
| Binary | 1110101 | 1111101 | 11001011 | 101010 | 100110 | 0 | 10100 | 11101010 | 101101 | 111111 |
Color Harmonies of #757DCB
Complementary color
Monochromatic Colors of #757DCB
Black with #757DCB
Text Example
Text Example
White with #757DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757DCB; }
p { color: rgb(117,125,203); }
H1.HeaderClassName
{
color: #757DCB;
}
.AnyTagClassName
{
color: #757DCB;
}
</style>
background-color css
<style>
a { background-color: #757DCB; }
a { background-color: rgb(117,125,203); }
div.DivClassName
{
background-color: #757DCB;
}
.BgClassName
{
background-color: #757DCB;
}
</style>
border-color css
<style>
span { border-color: #757DCB; }
span { border-color: rgb(117,125,203); }
td.TdClassName
{
border-color: #757DCB;
}
.TagClassName
{
border-color: #757DCB;
}
</style>