Shades of Chetwode Blue #797AB5
Tints of Chetwode Blue #797AB5
RGB
CMYK
RGB Variations
Color information
#797AB5 (or 0x797AB5) is known color: Chetwode Blue. HEX triplet: 79, 7A and B5. RGB value is (121,122,181). Sum of RGB (Red+Green+Blue) = 121+122+181=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #797AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797AB5 is #86854A. Grayscale: #808080. Windows color (decimal): -8815947 or 11893369. OLE color: 11893369.
HSL color Cylindrical-coordinate representation of color #797AB5: hue angle of 239º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #797AB5 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 122 | 181 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.29 |
| HSL | 239º | 0.29% | 0.59% | - |
| HSV(B) | 239º | 0.33% | 0.71% | - |
| XYZ | 23.19 | 21.32 | 46.61 | - |
| YUV | 128.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 181 | 0.33 | 0.33 | 0 | 0.29 | 239 | 0.29 | 0.59 |
| Hex | 79 | 7A | B5 | 21 | 21 | 0 | 1D | EF | 1D | 3B |
| Octal | 171 | 172 | 265 | 41 | 41 | 0 | 35 | 357 | 35 | 73 |
| Binary | 1111001 | 1111010 | 10110101 | 100001 | 100001 | 0 | 11101 | 11101111 | 11101 | 111011 |
Color Harmonies of #797AB5
Complementary color
Monochromatic Colors of #797AB5
Black with #797AB5
Text Example
Text Example
White with #797AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AB5; }
p { color: rgb(121,122,181); }
H1.HeaderClassName
{
color: #797AB5;
}
.AnyTagClassName
{
color: #797AB5;
}
</style>
background-color css
<style>
a { background-color: #797AB5; }
a { background-color: rgb(121,122,181); }
div.DivClassName
{
background-color: #797AB5;
}
.BgClassName
{
background-color: #797AB5;
}
</style>
border-color css
<style>
span { border-color: #797AB5; }
span { border-color: rgb(121,122,181); }
td.TdClassName
{
border-color: #797AB5;
}
.TagClassName
{
border-color: #797AB5;
}
</style>