Shades of Chetwode Blue #787AAB
Tints of Chetwode Blue #787AAB
RGB
CMYK
RGB Variations
Color information
#787AAB (or 0x787AAB) is known color: Chetwode Blue. HEX triplet: 78, 7A and AB. RGB value is (120,122,171). Sum of RGB (Red+Green+Blue) = 120+122+171=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #787AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787AAB is #878554. Grayscale: #7E7E7E. Windows color (decimal): -8881493 or 11238008. OLE color: 11238008.
HSL color Cylindrical-coordinate representation of color #787AAB: hue angle of 237.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787AAB is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 122 | 171 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.33 |
| HSL | 237.65º | 0.23% | 0.57% | - |
| HSV(B) | 237.65º | 0.3% | 0.67% | - |
| XYZ | 22.06 | 20.85 | 41.39 | - |
| YUV | 126.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 171 | 0.30 | 0.29 | 0 | 0.33 | 237.65 | 0.23 | 0.57 |
| Hex | 78 | 7A | AB | 1E | 1D | 0 | 21 | EE | 17 | 39 |
| Octal | 170 | 172 | 253 | 36 | 35 | 0 | 41 | 356 | 27 | 71 |
| Binary | 1111000 | 1111010 | 10101011 | 11110 | 11101 | 0 | 100001 | 11101110 | 10111 | 111001 |
Color Harmonies of #787AAB
Complementary color
Monochromatic Colors of #787AAB
Black with #787AAB
Text Example
Text Example
White with #787AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787AAB; }
p { color: rgb(120,122,171); }
H1.HeaderClassName
{
color: #787AAB;
}
.AnyTagClassName
{
color: #787AAB;
}
</style>
background-color css
<style>
a { background-color: #787AAB; }
a { background-color: rgb(120,122,171); }
div.DivClassName
{
background-color: #787AAB;
}
.BgClassName
{
background-color: #787AAB;
}
</style>
border-color css
<style>
span { border-color: #787AAB; }
span { border-color: rgb(120,122,171); }
td.TdClassName
{
border-color: #787AAB;
}
.TagClassName
{
border-color: #787AAB;
}
</style>