Shades of Chetwode Blue #707AB7
Tints of Chetwode Blue #707AB7
RGB
CMYK
RGB Variations
Color information
#707AB7 (or 0x707AB7) is known color: Chetwode Blue. HEX triplet: 70, 7A and B7. RGB value is (112,122,183). Sum of RGB (Red+Green+Blue) = 112+122+183=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #707AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AB7 is #8F8548. Grayscale: #7D7D7D. Windows color (decimal): -9405769 or 12024432. OLE color: 12024432.
HSL color Cylindrical-coordinate representation of color #707AB7: hue angle of 231.55º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707AB7 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 122 | 183 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.28 |
| HSL | 231.55º | 0.33% | 0.58% | - |
| HSV(B) | 231.55º | 0.39% | 0.72% | - |
| XYZ | 22.19 | 20.78 | 47.64 | - |
| YUV | 125.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 183 | 0.39 | 0.33 | 0 | 0.28 | 231.55 | 0.33 | 0.58 |
| Hex | 70 | 7A | B7 | 27 | 21 | 0 | 1C | E8 | 21 | 3A |
| Octal | 160 | 172 | 267 | 47 | 41 | 0 | 34 | 350 | 41 | 72 |
| Binary | 1110000 | 1111010 | 10110111 | 100111 | 100001 | 0 | 11100 | 11101000 | 100001 | 111010 |
Color Harmonies of #707AB7
Complementary color
Monochromatic Colors of #707AB7
Black with #707AB7
Text Example
Text Example
White with #707AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AB7; }
p { color: rgb(112,122,183); }
H1.HeaderClassName
{
color: #707AB7;
}
.AnyTagClassName
{
color: #707AB7;
}
</style>
background-color css
<style>
a { background-color: #707AB7; }
a { background-color: rgb(112,122,183); }
div.DivClassName
{
background-color: #707AB7;
}
.BgClassName
{
background-color: #707AB7;
}
</style>
border-color css
<style>
span { border-color: #707AB7; }
span { border-color: rgb(112,122,183); }
td.TdClassName
{
border-color: #707AB7;
}
.TagClassName
{
border-color: #707AB7;
}
</style>