Shades of Chetwode Blue #7170BF
Tints of Chetwode Blue #7170BF
RGB
CMYK
RGB Variations
Color information
#7170BF (or 0x7170BF) is known color: Chetwode Blue. HEX triplet: 71, 70 and BF. RGB value is (113,112,191). Sum of RGB (Red+Green+Blue) = 113+112+191=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #7170BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7170BF is #8E8F40. Grayscale: #787878. Windows color (decimal): -9342785 or 12546161. OLE color: 12546161.
HSL color Cylindrical-coordinate representation of color #7170BF: hue angle of 240.76º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7170BF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 112 | 191 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.25 |
| HSL | 240.76º | 0.38% | 0.59% | - |
| HSV(B) | 240.76º | 0.41% | 0.75% | - |
| XYZ | 22.01 | 18.86 | 51.77 | - |
| YUV | 121.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 191 | 0.41 | 0.41 | 0 | 0.25 | 240.76 | 0.38 | 0.59 |
| Hex | 71 | 70 | BF | 29 | 29 | 0 | 19 | F1 | 26 | 3B |
| Octal | 161 | 160 | 277 | 51 | 51 | 0 | 31 | 361 | 46 | 73 |
| Binary | 1110001 | 1110000 | 10111111 | 101001 | 101001 | 0 | 11001 | 11110001 | 100110 | 111011 |
Color Harmonies of #7170BF
Complementary color
Monochromatic Colors of #7170BF
Black with #7170BF
Text Example
Text Example
White with #7170BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7170BF; }
p { color: rgb(113,112,191); }
H1.HeaderClassName
{
color: #7170BF;
}
.AnyTagClassName
{
color: #7170BF;
}
</style>
background-color css
<style>
a { background-color: #7170BF; }
a { background-color: rgb(113,112,191); }
div.DivClassName
{
background-color: #7170BF;
}
.BgClassName
{
background-color: #7170BF;
}
</style>
border-color css
<style>
span { border-color: #7170BF; }
span { border-color: rgb(113,112,191); }
td.TdClassName
{
border-color: #7170BF;
}
.TagClassName
{
border-color: #7170BF;
}
</style>