Shades of Moody Blue #757BDB
Tints of Moody Blue #757BDB
RGB
CMYK
RGB Variations
Color information
#757BDB (or 0x757BDB) is known color: Moody Blue. HEX triplet: 75, 7B and DB. RGB value is (117,123,219). Sum of RGB (Red+Green+Blue) = 117+123+219=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #757BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BDB is #8A8424. Grayscale: #838383. Windows color (decimal): -9077797 or 14383989. OLE color: 14383989.
HSL color Cylindrical-coordinate representation of color #757BDB: hue angle of 236.47º 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 #757BDB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 123 | 219 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.14 |
| HSL | 236.47º | 0.59% | 0.66% | - |
| HSV(B) | 236.47º | 0.47% | 0.86% | - |
| XYZ | 27.21 | 23.06 | 70.04 | - |
| YUV | 132.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 219 | 0.47 | 0.44 | 0 | 0.14 | 236.47 | 0.59 | 0.66 |
| Hex | 75 | 7B | DB | 2F | 2C | 0 | E | EC | 3B | 42 |
| Octal | 165 | 173 | 333 | 57 | 54 | 0 | 16 | 354 | 73 | 102 |
| Binary | 1110101 | 1111011 | 11011011 | 101111 | 101100 | 0 | 1110 | 11101100 | 111011 | 1000010 |
Color Harmonies of #757BDB
Complementary color
Monochromatic Colors of #757BDB
Black with #757BDB
Text Example
Text Example
White with #757BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BDB; }
p { color: rgb(117,123,219); }
H1.HeaderClassName
{
color: #757BDB;
}
.AnyTagClassName
{
color: #757BDB;
}
</style>
background-color css
<style>
a { background-color: #757BDB; }
a { background-color: rgb(117,123,219); }
div.DivClassName
{
background-color: #757BDB;
}
.BgClassName
{
background-color: #757BDB;
}
</style>
border-color css
<style>
span { border-color: #757BDB; }
span { border-color: rgb(117,123,219); }
td.TdClassName
{
border-color: #757BDB;
}
.TagClassName
{
border-color: #757BDB;
}
</style>