Shades of Moody Blue #7475CF
Tints of Moody Blue #7475CF
RGB
CMYK
RGB Variations
Color information
#7475CF (or 0x7475CF) is known color: Moody Blue. HEX triplet: 74, 75 and CF. RGB value is (116,117,207). Sum of RGB (Red+Green+Blue) = 116+117+207=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7475CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475CF is #8B8A30. Grayscale: #7E7E7E. Windows color (decimal): -9144881 or 13596020. OLE color: 13596020.
HSL color Cylindrical-coordinate representation of color #7475CF: hue angle of 239.34º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7475CF is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 117 | 207 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.19 |
| HSL | 239.34º | 0.49% | 0.63% | - |
| HSV(B) | 239.34º | 0.44% | 0.81% | - |
| XYZ | 24.83 | 20.94 | 61.76 | - |
| YUV | 126.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 207 | 0.44 | 0.43 | 0 | 0.19 | 239.34 | 0.49 | 0.63 |
| Hex | 74 | 75 | CF | 2C | 2B | 0 | 13 | EF | 31 | 3F |
| Octal | 164 | 165 | 317 | 54 | 53 | 0 | 23 | 357 | 61 | 77 |
| Binary | 1110100 | 1110101 | 11001111 | 101100 | 101011 | 0 | 10011 | 11101111 | 110001 | 111111 |
Color Harmonies of #7475CF
Complementary color
Monochromatic Colors of #7475CF
Black with #7475CF
Text Example
Text Example
White with #7475CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7475CF; }
p { color: rgb(116,117,207); }
H1.HeaderClassName
{
color: #7475CF;
}
.AnyTagClassName
{
color: #7475CF;
}
</style>
background-color css
<style>
a { background-color: #7475CF; }
a { background-color: rgb(116,117,207); }
div.DivClassName
{
background-color: #7475CF;
}
.BgClassName
{
background-color: #7475CF;
}
</style>
border-color css
<style>
span { border-color: #7475CF; }
span { border-color: rgb(116,117,207); }
td.TdClassName
{
border-color: #7475CF;
}
.TagClassName
{
border-color: #7475CF;
}
</style>