Shades of Chetwode Blue #767AB3
Tints of Chetwode Blue #767AB3
RGB
CMYK
RGB Variations
Color information
#767AB3 (or 0x767AB3) is known color: Chetwode Blue. HEX triplet: 76, 7A and B3. RGB value is (118,122,179). Sum of RGB (Red+Green+Blue) = 118+122+179=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #767AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AB3 is #89854C. Grayscale: #7F7F7F. Windows color (decimal): -9012557 or 11762294. OLE color: 11762294.
HSL color Cylindrical-coordinate representation of color #767AB3: hue angle of 236.07º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #767AB3 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 122 | 179 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.30 |
| HSL | 236.07º | 0.29% | 0.58% | - |
| HSV(B) | 236.07º | 0.34% | 0.7% | - |
| XYZ | 22.57 | 21.03 | 45.52 | - |
| YUV | 127.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 179 | 0.34 | 0.32 | 0 | 0.30 | 236.07 | 0.29 | 0.58 |
| Hex | 76 | 7A | B3 | 22 | 20 | 0 | 1E | EC | 1D | 3A |
| Octal | 166 | 172 | 263 | 42 | 40 | 0 | 36 | 354 | 35 | 72 |
| Binary | 1110110 | 1111010 | 10110011 | 100010 | 100000 | 0 | 11110 | 11101100 | 11101 | 111010 |
Color Harmonies of #767AB3
Complementary color
Monochromatic Colors of #767AB3
Black with #767AB3
Text Example
Text Example
White with #767AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AB3; }
p { color: rgb(118,122,179); }
H1.HeaderClassName
{
color: #767AB3;
}
.AnyTagClassName
{
color: #767AB3;
}
</style>
background-color css
<style>
a { background-color: #767AB3; }
a { background-color: rgb(118,122,179); }
div.DivClassName
{
background-color: #767AB3;
}
.BgClassName
{
background-color: #767AB3;
}
</style>
border-color css
<style>
span { border-color: #767AB3; }
span { border-color: rgb(118,122,179); }
td.TdClassName
{
border-color: #767AB3;
}
.TagClassName
{
border-color: #767AB3;
}
</style>