Shades of Chetwode Blue #767BAE
Tints of Chetwode Blue #767BAE
RGB
CMYK
RGB Variations
Color information
#767BAE (or 0x767BAE) is known color: Chetwode Blue. HEX triplet: 76, 7B and AE. RGB value is (118,123,174). Sum of RGB (Red+Green+Blue) = 118+123+174=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #767BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BAE is #898451. Grayscale: #7F7F7F. Windows color (decimal): -9012306 or 11434870. OLE color: 11434870.
HSL color Cylindrical-coordinate representation of color #767BAE: hue angle of 234.64º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767BAE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 123 | 174 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.32 |
| HSL | 234.64º | 0.26% | 0.57% | - |
| HSV(B) | 234.64º | 0.32% | 0.68% | - |
| XYZ | 22.19 | 21.07 | 42.94 | - |
| YUV | 127.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 174 | 0.32 | 0.29 | 0 | 0.32 | 234.64 | 0.26 | 0.57 |
| Hex | 76 | 7B | AE | 20 | 1D | 0 | 20 | EB | 1A | 39 |
| Octal | 166 | 173 | 256 | 40 | 35 | 0 | 40 | 353 | 32 | 71 |
| Binary | 1110110 | 1111011 | 10101110 | 100000 | 11101 | 0 | 100000 | 11101011 | 11010 | 111001 |
Color Harmonies of #767BAE
Complementary color
Monochromatic Colors of #767BAE
Black with #767BAE
Text Example
Text Example
White with #767BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BAE; }
p { color: rgb(118,123,174); }
H1.HeaderClassName
{
color: #767BAE;
}
.AnyTagClassName
{
color: #767BAE;
}
</style>
background-color css
<style>
a { background-color: #767BAE; }
a { background-color: rgb(118,123,174); }
div.DivClassName
{
background-color: #767BAE;
}
.BgClassName
{
background-color: #767BAE;
}
</style>
border-color css
<style>
span { border-color: #767BAE; }
span { border-color: rgb(118,123,174); }
td.TdClassName
{
border-color: #767BAE;
}
.TagClassName
{
border-color: #767BAE;
}
</style>