Shades of Chetwode Blue #7175BB
Tints of Chetwode Blue #7175BB
RGB
CMYK
RGB Variations
Color information
#7175BB (or 0x7175BB) is known color: Chetwode Blue. HEX triplet: 71, 75 and BB. RGB value is (113,117,187). Sum of RGB (Red+Green+Blue) = 113+117+187=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #7175BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175BB is #8E8A44. Grayscale: #7B7B7B. Windows color (decimal): -9341509 or 12285297. OLE color: 12285297.
HSL color Cylindrical-coordinate representation of color #7175BB: hue angle of 236.76º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7175BB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 117 | 187 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.27 |
| HSL | 236.76º | 0.35% | 0.59% | - |
| HSV(B) | 236.76º | 0.4% | 0.73% | - |
| XYZ | 22.14 | 19.82 | 49.67 | - |
| YUV | 123.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 187 | 0.40 | 0.37 | 0 | 0.27 | 236.76 | 0.35 | 0.59 |
| Hex | 71 | 75 | BB | 28 | 25 | 0 | 1B | ED | 23 | 3B |
| Octal | 161 | 165 | 273 | 50 | 45 | 0 | 33 | 355 | 43 | 73 |
| Binary | 1110001 | 1110101 | 10111011 | 101000 | 100101 | 0 | 11011 | 11101101 | 100011 | 111011 |
Color Harmonies of #7175BB
Complementary color
Monochromatic Colors of #7175BB
Black with #7175BB
Text Example
Text Example
White with #7175BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175BB; }
p { color: rgb(113,117,187); }
H1.HeaderClassName
{
color: #7175BB;
}
.AnyTagClassName
{
color: #7175BB;
}
</style>
background-color css
<style>
a { background-color: #7175BB; }
a { background-color: rgb(113,117,187); }
div.DivClassName
{
background-color: #7175BB;
}
.BgClassName
{
background-color: #7175BB;
}
</style>
border-color css
<style>
span { border-color: #7175BB; }
span { border-color: rgb(113,117,187); }
td.TdClassName
{
border-color: #7175BB;
}
.TagClassName
{
border-color: #7175BB;
}
</style>