Shades of Moody Blue #757BCB
Tints of Moody Blue #757BCB
RGB
CMYK
RGB Variations
Color information
#757BCB (or 0x757BCB) is known color: Moody Blue. HEX triplet: 75, 7B and CB. RGB value is (117,123,203). Sum of RGB (Red+Green+Blue) = 117+123+203=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #757BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BCB is #8A8434. Grayscale: #828282. Windows color (decimal): -9077813 or 13335413. OLE color: 13335413.
HSL color Cylindrical-coordinate representation of color #757BCB: hue angle of 235.81º 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 #757BCB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 123 | 203 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.20 |
| HSL | 235.81º | 0.45% | 0.63% | - |
| HSV(B) | 235.81º | 0.42% | 0.8% | - |
| XYZ | 25.2 | 22.26 | 59.47 | - |
| YUV | 130.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 203 | 0.42 | 0.39 | 0 | 0.20 | 235.81 | 0.45 | 0.63 |
| Hex | 75 | 7B | CB | 2A | 27 | 0 | 14 | EC | 2D | 3F |
| Octal | 165 | 173 | 313 | 52 | 47 | 0 | 24 | 354 | 55 | 77 |
| Binary | 1110101 | 1111011 | 11001011 | 101010 | 100111 | 0 | 10100 | 11101100 | 101101 | 111111 |
Color Harmonies of #757BCB
Complementary color
Monochromatic Colors of #757BCB
Black with #757BCB
Text Example
Text Example
White with #757BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BCB; }
p { color: rgb(117,123,203); }
H1.HeaderClassName
{
color: #757BCB;
}
.AnyTagClassName
{
color: #757BCB;
}
</style>
background-color css
<style>
a { background-color: #757BCB; }
a { background-color: rgb(117,123,203); }
div.DivClassName
{
background-color: #757BCB;
}
.BgClassName
{
background-color: #757BCB;
}
</style>
border-color css
<style>
span { border-color: #757BCB; }
span { border-color: rgb(117,123,203); }
td.TdClassName
{
border-color: #757BCB;
}
.TagClassName
{
border-color: #757BCB;
}
</style>