Shades of Chetwode Blue #707BBD
Tints of Chetwode Blue #707BBD
RGB
CMYK
RGB Variations
Color information
#707BBD (or 0x707BBD) is known color: Chetwode Blue. HEX triplet: 70, 7B and BD. RGB value is (112,123,189). Sum of RGB (Red+Green+Blue) = 112+123+189=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #707BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BBD is #8F8442. Grayscale: #7E7E7E. Windows color (decimal): -9405507 or 12417904. OLE color: 12417904.
HSL color Cylindrical-coordinate representation of color #707BBD: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707BBD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 123 | 189 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.26 |
| HSL | 231.43º | 0.37% | 0.59% | - |
| HSV(B) | 231.43º | 0.41% | 0.74% | - |
| XYZ | 22.95 | 21.28 | 51.04 | - |
| YUV | 127.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 189 | 0.41 | 0.35 | 0 | 0.26 | 231.43 | 0.37 | 0.59 |
| Hex | 70 | 7B | BD | 29 | 23 | 0 | 1A | E7 | 25 | 3B |
| Octal | 160 | 173 | 275 | 51 | 43 | 0 | 32 | 347 | 45 | 73 |
| Binary | 1110000 | 1111011 | 10111101 | 101001 | 100011 | 0 | 11010 | 11100111 | 100101 | 111011 |
Color Harmonies of #707BBD
Complementary color
Monochromatic Colors of #707BBD
Black with #707BBD
Text Example
Text Example
White with #707BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BBD; }
p { color: rgb(112,123,189); }
H1.HeaderClassName
{
color: #707BBD;
}
.AnyTagClassName
{
color: #707BBD;
}
</style>
background-color css
<style>
a { background-color: #707BBD; }
a { background-color: rgb(112,123,189); }
div.DivClassName
{
background-color: #707BBD;
}
.BgClassName
{
background-color: #707BBD;
}
</style>
border-color css
<style>
span { border-color: #707BBD; }
span { border-color: rgb(112,123,189); }
td.TdClassName
{
border-color: #707BBD;
}
.TagClassName
{
border-color: #707BBD;
}
</style>