Shades of Chetwode Blue #707AB1
Tints of Chetwode Blue #707AB1
RGB
CMYK
RGB Variations
Color information
#707AB1 (or 0x707AB1) is known color: Chetwode Blue. HEX triplet: 70, 7A and B1. RGB value is (112,122,177). Sum of RGB (Red+Green+Blue) = 112+122+177=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #707AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AB1 is #8F854E. Grayscale: #7D7D7D. Windows color (decimal): -9405775 or 11631216. OLE color: 11631216.
HSL color Cylindrical-coordinate representation of color #707AB1: hue angle of 230.77º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #707AB1 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 122 | 177 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.31 |
| HSL | 230.77º | 0.29% | 0.57% | - |
| HSV(B) | 230.77º | 0.37% | 0.69% | - |
| XYZ | 21.58 | 20.54 | 44.42 | - |
| YUV | 125.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 177 | 0.37 | 0.31 | 0 | 0.31 | 230.77 | 0.29 | 0.57 |
| Hex | 70 | 7A | B1 | 25 | 1F | 0 | 1F | E7 | 1D | 39 |
| Octal | 160 | 172 | 261 | 45 | 37 | 0 | 37 | 347 | 35 | 71 |
| Binary | 1110000 | 1111010 | 10110001 | 100101 | 11111 | 0 | 11111 | 11100111 | 11101 | 111001 |
Color Harmonies of #707AB1
Complementary color
Monochromatic Colors of #707AB1
Black with #707AB1
Text Example
Text Example
White with #707AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AB1; }
p { color: rgb(112,122,177); }
H1.HeaderClassName
{
color: #707AB1;
}
.AnyTagClassName
{
color: #707AB1;
}
</style>
background-color css
<style>
a { background-color: #707AB1; }
a { background-color: rgb(112,122,177); }
div.DivClassName
{
background-color: #707AB1;
}
.BgClassName
{
background-color: #707AB1;
}
</style>
border-color css
<style>
span { border-color: #707AB1; }
span { border-color: rgb(112,122,177); }
td.TdClassName
{
border-color: #707AB1;
}
.TagClassName
{
border-color: #707AB1;
}
</style>