Shades of Chetwode Blue #787AB7
Tints of Chetwode Blue #787AB7
RGB
CMYK
RGB Variations
Color information
#787AB7 (or 0x787AB7) is known color: Chetwode Blue. HEX triplet: 78, 7A and B7. RGB value is (120,122,183). Sum of RGB (Red+Green+Blue) = 120+122+183=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 183 - color contains mainly: blue. Hex color #787AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787AB7 is #878548. Grayscale: #808080. Windows color (decimal): -8881481 or 12024440. OLE color: 12024440.
HSL color Cylindrical-coordinate representation of color #787AB7: hue angle of 238.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #787AB7 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 122 | 183 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.28 |
| HSL | 238.1º | 0.3% | 0.59% | - |
| HSV(B) | 238.1º | 0.34% | 0.72% | - |
| XYZ | 23.25 | 21.33 | 47.69 | - |
| YUV | 128.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 183 | 0.34 | 0.33 | 0 | 0.28 | 238.1 | 0.3 | 0.59 |
| Hex | 78 | 7A | B7 | 22 | 21 | 0 | 1C | EE | 1E | 3B |
| Octal | 170 | 172 | 267 | 42 | 41 | 0 | 34 | 356 | 36 | 73 |
| Binary | 1111000 | 1111010 | 10110111 | 100010 | 100001 | 0 | 11100 | 11101110 | 11110 | 111011 |
Color Harmonies of #787AB7
Complementary color
Monochromatic Colors of #787AB7
Black with #787AB7
Text Example
Text Example
White with #787AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787AB7; }
p { color: rgb(120,122,183); }
H1.HeaderClassName
{
color: #787AB7;
}
.AnyTagClassName
{
color: #787AB7;
}
</style>
background-color css
<style>
a { background-color: #787AB7; }
a { background-color: rgb(120,122,183); }
div.DivClassName
{
background-color: #787AB7;
}
.BgClassName
{
background-color: #787AB7;
}
</style>
border-color css
<style>
span { border-color: #787AB7; }
span { border-color: rgb(120,122,183); }
td.TdClassName
{
border-color: #787AB7;
}
.TagClassName
{
border-color: #787AB7;
}
</style>