Shades of Moody Blue #757FDB
Tints of Moody Blue #757FDB
RGB
CMYK
RGB Variations
Color information
#757FDB (or 0x757FDB) is known color: Moody Blue. HEX triplet: 75, 7F and DB. RGB value is (117,127,219). Sum of RGB (Red+Green+Blue) = 117+127+219=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #757FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDB is #8A8024. Grayscale: #868686. Windows color (decimal): -9076773 or 14385013. OLE color: 14385013.
HSL color Cylindrical-coordinate representation of color #757FDB: hue angle of 234.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757FDB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 127 | 219 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.14 |
| HSL | 234.12º | 0.59% | 0.66% | - |
| HSV(B) | 234.12º | 0.47% | 0.86% | - |
| XYZ | 27.71 | 24.08 | 70.2 | - |
| YUV | 134.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 219 | 0.47 | 0.42 | 0 | 0.14 | 234.12 | 0.59 | 0.66 |
| Hex | 75 | 7F | DB | 2F | 2A | 0 | E | EA | 3B | 42 |
| Octal | 165 | 177 | 333 | 57 | 52 | 0 | 16 | 352 | 73 | 102 |
| Binary | 1110101 | 1111111 | 11011011 | 101111 | 101010 | 0 | 1110 | 11101010 | 111011 | 1000010 |
Color Harmonies of #757FDB
Complementary color
Monochromatic Colors of #757FDB
Black with #757FDB
Text Example
Text Example
White with #757FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FDB; }
p { color: rgb(117,127,219); }
H1.HeaderClassName
{
color: #757FDB;
}
.AnyTagClassName
{
color: #757FDB;
}
</style>
background-color css
<style>
a { background-color: #757FDB; }
a { background-color: rgb(117,127,219); }
div.DivClassName
{
background-color: #757FDB;
}
.BgClassName
{
background-color: #757FDB;
}
</style>
border-color css
<style>
span { border-color: #757FDB; }
span { border-color: rgb(117,127,219); }
td.TdClassName
{
border-color: #757FDB;
}
.TagClassName
{
border-color: #757FDB;
}
</style>