Shades of Moody Blue #7475CB
Tints of Moody Blue #7475CB
RGB
CMYK
RGB Variations
Color information
#7475CB (or 0x7475CB) is known color: Moody Blue. HEX triplet: 74, 75 and CB. RGB value is (116,117,203). Sum of RGB (Red+Green+Blue) = 116+117+203=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #7475CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475CB is #8B8A34. Grayscale: #7E7E7E. Windows color (decimal): -9144885 or 13333876. OLE color: 13333876.
HSL color Cylindrical-coordinate representation of color #7475CB: hue angle of 239.31º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7475CB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 117 | 203 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.20 |
| HSL | 239.31º | 0.46% | 0.63% | - |
| HSV(B) | 239.31º | 0.43% | 0.8% | - |
| XYZ | 24.34 | 20.75 | 59.22 | - |
| YUV | 126.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 203 | 0.43 | 0.42 | 0 | 0.20 | 239.31 | 0.46 | 0.63 |
| Hex | 74 | 75 | CB | 2B | 2A | 0 | 14 | EF | 2E | 3F |
| Octal | 164 | 165 | 313 | 53 | 52 | 0 | 24 | 357 | 56 | 77 |
| Binary | 1110100 | 1110101 | 11001011 | 101011 | 101010 | 0 | 10100 | 11101111 | 101110 | 111111 |
Color Harmonies of #7475CB
Complementary color
Monochromatic Colors of #7475CB
Black with #7475CB
Text Example
Text Example
White with #7475CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7475CB; }
p { color: rgb(116,117,203); }
H1.HeaderClassName
{
color: #7475CB;
}
.AnyTagClassName
{
color: #7475CB;
}
</style>
background-color css
<style>
a { background-color: #7475CB; }
a { background-color: rgb(116,117,203); }
div.DivClassName
{
background-color: #7475CB;
}
.BgClassName
{
background-color: #7475CB;
}
</style>
border-color css
<style>
span { border-color: #7475CB; }
span { border-color: rgb(116,117,203); }
td.TdClassName
{
border-color: #7475CB;
}
.TagClassName
{
border-color: #7475CB;
}
</style>