Shades of Moody Blue #7375CB
Tints of Moody Blue #7375CB
RGB
CMYK
RGB Variations
Color information
#7375CB (or 0x7375CB) is known color: Moody Blue. HEX triplet: 73, 75 and CB. RGB value is (115,117,203). Sum of RGB (Red+Green+Blue) = 115+117+203=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7375CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375CB is #8C8A34. Grayscale: #7D7D7D. Windows color (decimal): -9210421 or 13333875. OLE color: 13333875.
HSL color Cylindrical-coordinate representation of color #7375CB: hue angle of 238.64º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7375CB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 117 | 203 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.20 |
| HSL | 238.64º | 0.46% | 0.62% | - |
| HSV(B) | 238.64º | 0.43% | 0.8% | - |
| XYZ | 24.21 | 20.68 | 59.22 | - |
| YUV | 126.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 203 | 0.43 | 0.42 | 0 | 0.20 | 238.64 | 0.46 | 0.62 |
| Hex | 73 | 75 | CB | 2B | 2A | 0 | 14 | EF | 2E | 3E |
| Octal | 163 | 165 | 313 | 53 | 52 | 0 | 24 | 357 | 56 | 76 |
| Binary | 1110011 | 1110101 | 11001011 | 101011 | 101010 | 0 | 10100 | 11101111 | 101110 | 111110 |
Color Harmonies of #7375CB
Complementary color
Monochromatic Colors of #7375CB
Black with #7375CB
Text Example
Text Example
White with #7375CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7375CB; }
p { color: rgb(115,117,203); }
H1.HeaderClassName
{
color: #7375CB;
}
.AnyTagClassName
{
color: #7375CB;
}
</style>
background-color css
<style>
a { background-color: #7375CB; }
a { background-color: rgb(115,117,203); }
div.DivClassName
{
background-color: #7375CB;
}
.BgClassName
{
background-color: #7375CB;
}
</style>
border-color css
<style>
span { border-color: #7375CB; }
span { border-color: rgb(115,117,203); }
td.TdClassName
{
border-color: #7375CB;
}
.TagClassName
{
border-color: #7375CB;
}
</style>