Shades of Chetwode Blue #7779B3
Tints of Chetwode Blue #7779B3
RGB
CMYK
RGB Variations
Color information
#7779B3 (or 0x7779B3) is known color: Chetwode Blue. HEX triplet: 77, 79 and B3. RGB value is (119,121,179). Sum of RGB (Red+Green+Blue) = 119+121+179=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 121 (47.66% from 255 or 28.88% 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 #7779B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779B3 is #88864C. Grayscale: #7E7E7E. Windows color (decimal): -8947277 or 11762039. OLE color: 11762039.
HSL color Cylindrical-coordinate representation of color #7779B3: hue angle of 238º degrees, saturation: 0.28, 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 #7779B3 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 121 | 179 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.30 |
| HSL | 238º | 0.28% | 0.58% | - |
| HSV(B) | 238º | 0.34% | 0.7% | - |
| XYZ | 22.58 | 20.85 | 45.48 | - |
| YUV | 127.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 179 | 0.34 | 0.32 | 0 | 0.30 | 238 | 0.28 | 0.58 |
| Hex | 77 | 79 | B3 | 22 | 20 | 0 | 1E | EE | 1C | 3A |
| Octal | 167 | 171 | 263 | 42 | 40 | 0 | 36 | 356 | 34 | 72 |
| Binary | 1110111 | 1111001 | 10110011 | 100010 | 100000 | 0 | 11110 | 11101110 | 11100 | 111010 |
Color Harmonies of #7779B3
Complementary color
Monochromatic Colors of #7779B3
Black with #7779B3
Text Example
Text Example
White with #7779B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7779B3; }
p { color: rgb(119,121,179); }
H1.HeaderClassName
{
color: #7779B3;
}
.AnyTagClassName
{
color: #7779B3;
}
</style>
background-color css
<style>
a { background-color: #7779B3; }
a { background-color: rgb(119,121,179); }
div.DivClassName
{
background-color: #7779B3;
}
.BgClassName
{
background-color: #7779B3;
}
</style>
border-color css
<style>
span { border-color: #7779B3; }
span { border-color: rgb(119,121,179); }
td.TdClassName
{
border-color: #7779B3;
}
.TagClassName
{
border-color: #7779B3;
}
</style>