Shades of Chetwode Blue #7075BB
Tints of Chetwode Blue #7075BB
RGB
CMYK
RGB Variations
Color information
#7075BB (or 0x7075BB) is known color: Chetwode Blue. HEX triplet: 70, 75 and BB. RGB value is (112,117,187). Sum of RGB (Red+Green+Blue) = 112+117+187=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #7075BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075BB is #8F8A44. Grayscale: #7B7B7B. Windows color (decimal): -9407045 or 12285296. OLE color: 12285296.
HSL color Cylindrical-coordinate representation of color #7075BB: hue angle of 236º degrees, saturation: 0.36, 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 #7075BB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 117 | 187 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.27 |
| HSL | 236º | 0.36% | 0.59% | - |
| HSV(B) | 236º | 0.4% | 0.73% | - |
| XYZ | 22.01 | 19.76 | 49.67 | - |
| YUV | 123.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 187 | 0.40 | 0.37 | 0 | 0.27 | 236 | 0.36 | 0.59 |
| Hex | 70 | 75 | BB | 28 | 25 | 0 | 1B | EC | 24 | 3B |
| Octal | 160 | 165 | 273 | 50 | 45 | 0 | 33 | 354 | 44 | 73 |
| Binary | 1110000 | 1110101 | 10111011 | 101000 | 100101 | 0 | 11011 | 11101100 | 100100 | 111011 |
Color Harmonies of #7075BB
Complementary color
Monochromatic Colors of #7075BB
Black with #7075BB
Text Example
Text Example
White with #7075BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075BB; }
p { color: rgb(112,117,187); }
H1.HeaderClassName
{
color: #7075BB;
}
.AnyTagClassName
{
color: #7075BB;
}
</style>
background-color css
<style>
a { background-color: #7075BB; }
a { background-color: rgb(112,117,187); }
div.DivClassName
{
background-color: #7075BB;
}
.BgClassName
{
background-color: #7075BB;
}
</style>
border-color css
<style>
span { border-color: #7075BB; }
span { border-color: rgb(112,117,187); }
td.TdClassName
{
border-color: #7075BB;
}
.TagClassName
{
border-color: #7075BB;
}
</style>