Shades of Chetwode Blue #787BAE
Tints of Chetwode Blue #787BAE
RGB
CMYK
RGB Variations
Color information
#787BAE (or 0x787BAE) is known color: Chetwode Blue. HEX triplet: 78, 7B and AE. RGB value is (120,123,174). Sum of RGB (Red+Green+Blue) = 120+123+174=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #787BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BAE is #878451. Grayscale: #7F7F7F. Windows color (decimal): -8881234 or 11434872. OLE color: 11434872.
HSL color Cylindrical-coordinate representation of color #787BAE: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787BAE is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 123 | 174 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.32 |
| HSL | 236.67º | 0.25% | 0.58% | - |
| HSV(B) | 236.67º | 0.31% | 0.68% | - |
| XYZ | 22.47 | 21.21 | 42.96 | - |
| YUV | 127.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 174 | 0.31 | 0.29 | 0 | 0.32 | 236.67 | 0.25 | 0.58 |
| Hex | 78 | 7B | AE | 1F | 1D | 0 | 20 | ED | 19 | 3A |
| Octal | 170 | 173 | 256 | 37 | 35 | 0 | 40 | 355 | 31 | 72 |
| Binary | 1111000 | 1111011 | 10101110 | 11111 | 11101 | 0 | 100000 | 11101101 | 11001 | 111010 |
Color Harmonies of #787BAE
Complementary color
Monochromatic Colors of #787BAE
Black with #787BAE
Text Example
Text Example
White with #787BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BAE; }
p { color: rgb(120,123,174); }
H1.HeaderClassName
{
color: #787BAE;
}
.AnyTagClassName
{
color: #787BAE;
}
</style>
background-color css
<style>
a { background-color: #787BAE; }
a { background-color: rgb(120,123,174); }
div.DivClassName
{
background-color: #787BAE;
}
.BgClassName
{
background-color: #787BAE;
}
</style>
border-color css
<style>
span { border-color: #787BAE; }
span { border-color: rgb(120,123,174); }
td.TdClassName
{
border-color: #787BAE;
}
.TagClassName
{
border-color: #787BAE;
}
</style>