Shades of Chetwode Blue #767AAF
Tints of Chetwode Blue #767AAF
RGB
CMYK
RGB Variations
Color information
#767AAF (or 0x767AAF) is known color: Chetwode Blue. HEX triplet: 76, 7A and AF. RGB value is (118,122,175). Sum of RGB (Red+Green+Blue) = 118+122+175=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #767AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AAF is #898550. Grayscale: #7E7E7E. Windows color (decimal): -9012561 or 11500150. OLE color: 11500150.
HSL color Cylindrical-coordinate representation of color #767AAF: hue angle of 235.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #767AAF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 122 | 175 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.31 |
| HSL | 235.79º | 0.26% | 0.57% | - |
| HSV(B) | 235.79º | 0.33% | 0.69% | - |
| XYZ | 22.17 | 20.87 | 43.42 | - |
| YUV | 126.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 175 | 0.33 | 0.30 | 0 | 0.31 | 235.79 | 0.26 | 0.57 |
| Hex | 76 | 7A | AF | 21 | 1E | 0 | 1F | EC | 1A | 39 |
| Octal | 166 | 172 | 257 | 41 | 36 | 0 | 37 | 354 | 32 | 71 |
| Binary | 1110110 | 1111010 | 10101111 | 100001 | 11110 | 0 | 11111 | 11101100 | 11010 | 111001 |
Color Harmonies of #767AAF
Complementary color
Monochromatic Colors of #767AAF
Black with #767AAF
Text Example
Text Example
White with #767AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AAF; }
p { color: rgb(118,122,175); }
H1.HeaderClassName
{
color: #767AAF;
}
.AnyTagClassName
{
color: #767AAF;
}
</style>
background-color css
<style>
a { background-color: #767AAF; }
a { background-color: rgb(118,122,175); }
div.DivClassName
{
background-color: #767AAF;
}
.BgClassName
{
background-color: #767AAF;
}
</style>
border-color css
<style>
span { border-color: #767AAF; }
span { border-color: rgb(118,122,175); }
td.TdClassName
{
border-color: #767AAF;
}
.TagClassName
{
border-color: #767AAF;
}
</style>