Shades of Chetwode Blue #787BAB
Tints of Chetwode Blue #787BAB
RGB
CMYK
RGB Variations
Color information
#787BAB (or 0x787BAB) is known color: Chetwode Blue. HEX triplet: 78, 7B and AB. RGB value is (120,123,171). Sum of RGB (Red+Green+Blue) = 120+123+171=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #787BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BAB is #878454. Grayscale: #7F7F7F. Windows color (decimal): -8881237 or 11238264. OLE color: 11238264.
HSL color Cylindrical-coordinate representation of color #787BAB: hue angle of 236.47º 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 #787BAB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 123 | 171 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.33 |
| HSL | 236.47º | 0.23% | 0.57% | - |
| HSV(B) | 236.47º | 0.3% | 0.67% | - |
| XYZ | 22.18 | 21.1 | 41.43 | - |
| YUV | 127.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 171 | 0.30 | 0.28 | 0 | 0.33 | 236.47 | 0.23 | 0.57 |
| Hex | 78 | 7B | AB | 1E | 1C | 0 | 21 | EC | 17 | 39 |
| Octal | 170 | 173 | 253 | 36 | 34 | 0 | 41 | 354 | 27 | 71 |
| Binary | 1111000 | 1111011 | 10101011 | 11110 | 11100 | 0 | 100001 | 11101100 | 10111 | 111001 |
Color Harmonies of #787BAB
Complementary color
Monochromatic Colors of #787BAB
Black with #787BAB
Text Example
Text Example
White with #787BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BAB; }
p { color: rgb(120,123,171); }
H1.HeaderClassName
{
color: #787BAB;
}
.AnyTagClassName
{
color: #787BAB;
}
</style>
background-color css
<style>
a { background-color: #787BAB; }
a { background-color: rgb(120,123,171); }
div.DivClassName
{
background-color: #787BAB;
}
.BgClassName
{
background-color: #787BAB;
}
</style>
border-color css
<style>
span { border-color: #787BAB; }
span { border-color: rgb(120,123,171); }
td.TdClassName
{
border-color: #787BAB;
}
.TagClassName
{
border-color: #787BAB;
}
</style>