Shades of Moody Blue #7275CF
Tints of Moody Blue #7275CF
RGB
CMYK
RGB Variations
Color information
#7275CF (or 0x7275CF) is known color: Moody Blue. HEX triplet: 72, 75 and CF. RGB value is (114,117,207). Sum of RGB (Red+Green+Blue) = 114+117+207=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #7275CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275CF is #8D8A30. Grayscale: #7D7D7D. Windows color (decimal): -9275953 or 13596018. OLE color: 13596018.
HSL color Cylindrical-coordinate representation of color #7275CF: hue angle of 238.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7275CF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 117 | 207 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.19 |
| HSL | 238.06º | 0.49% | 0.63% | - |
| HSV(B) | 238.06º | 0.45% | 0.81% | - |
| XYZ | 24.56 | 20.8 | 61.75 | - |
| YUV | 126.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 207 | 0.45 | 0.43 | 0 | 0.19 | 238.06 | 0.49 | 0.63 |
| Hex | 72 | 75 | CF | 2D | 2B | 0 | 13 | EE | 31 | 3F |
| Octal | 162 | 165 | 317 | 55 | 53 | 0 | 23 | 356 | 61 | 77 |
| Binary | 1110010 | 1110101 | 11001111 | 101101 | 101011 | 0 | 10011 | 11101110 | 110001 | 111111 |
Color Harmonies of #7275CF
Complementary color
Monochromatic Colors of #7275CF
Black with #7275CF
Text Example
Text Example
White with #7275CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7275CF; }
p { color: rgb(114,117,207); }
H1.HeaderClassName
{
color: #7275CF;
}
.AnyTagClassName
{
color: #7275CF;
}
</style>
background-color css
<style>
a { background-color: #7275CF; }
a { background-color: rgb(114,117,207); }
div.DivClassName
{
background-color: #7275CF;
}
.BgClassName
{
background-color: #7275CF;
}
</style>
border-color css
<style>
span { border-color: #7275CF; }
span { border-color: rgb(114,117,207); }
td.TdClassName
{
border-color: #7275CF;
}
.TagClassName
{
border-color: #7275CF;
}
</style>