Shades of Moody Blue #7170CB
Tints of Moody Blue #7170CB
RGB
CMYK
RGB Variations
Color information
#7170CB (or 0x7170CB) is known color: Moody Blue. HEX triplet: 71, 70 and CB. RGB value is (113,112,203). Sum of RGB (Red+Green+Blue) = 113+112+203=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #7170CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170CB is #8E8F34. Grayscale: #7A7A7A. Windows color (decimal): -9342773 or 13332593. OLE color: 13332593.
HSL color Cylindrical-coordinate representation of color #7170CB: hue angle of 240.66º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7170CB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 112 | 203 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.20 |
| HSL | 240.66º | 0.47% | 0.62% | - |
| HSV(B) | 240.66º | 0.45% | 0.8% | - |
| XYZ | 23.38 | 19.41 | 59.01 | - |
| YUV | 122.67 | 173.33 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 203 | 0.44 | 0.45 | 0 | 0.20 | 240.66 | 0.47 | 0.62 |
| Hex | 71 | 70 | CB | 2C | 2D | 0 | 14 | F1 | 2F | 3E |
| Octal | 161 | 160 | 313 | 54 | 55 | 0 | 24 | 361 | 57 | 76 |
| Binary | 1110001 | 1110000 | 11001011 | 101100 | 101101 | 0 | 10100 | 11110001 | 101111 | 111110 |
Color Harmonies of #7170CB
Complementary color
Monochromatic Colors of #7170CB
Black with #7170CB
Text Example
Text Example
White with #7170CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7170CB; }
p { color: rgb(113,112,203); }
H1.HeaderClassName
{
color: #7170CB;
}
.AnyTagClassName
{
color: #7170CB;
}
</style>
background-color css
<style>
a { background-color: #7170CB; }
a { background-color: rgb(113,112,203); }
div.DivClassName
{
background-color: #7170CB;
}
.BgClassName
{
background-color: #7170CB;
}
</style>
border-color css
<style>
span { border-color: #7170CB; }
span { border-color: rgb(113,112,203); }
td.TdClassName
{
border-color: #7170CB;
}
.TagClassName
{
border-color: #7170CB;
}
</style>