Shades of Chetwode Blue #7875AB
Tints of Chetwode Blue #7875AB
RGB
CMYK
RGB Variations
Color information
#7875AB (or 0x7875AB) is known color: Chetwode Blue. HEX triplet: 78, 75 and AB. RGB value is (120,117,171). Sum of RGB (Red+Green+Blue) = 120+117+171=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #7875AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7875AB is #878A54. Grayscale: #7B7B7B. Windows color (decimal): -8882773 or 11236728. OLE color: 11236728.
HSL color Cylindrical-coordinate representation of color #7875AB: hue angle of 243.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7875AB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 117 | 171 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.33 |
| HSL | 243.33º | 0.24% | 0.56% | - |
| HSV(B) | 243.33º | 0.32% | 0.67% | - |
| XYZ | 21.46 | 19.66 | 41.19 | - |
| YUV | 124.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 171 | 0.30 | 0.32 | 0 | 0.33 | 243.33 | 0.24 | 0.56 |
| Hex | 78 | 75 | AB | 1E | 20 | 0 | 21 | F3 | 18 | 38 |
| Octal | 170 | 165 | 253 | 36 | 40 | 0 | 41 | 363 | 30 | 70 |
| Binary | 1111000 | 1110101 | 10101011 | 11110 | 100000 | 0 | 100001 | 11110011 | 11000 | 111000 |
Color Harmonies of #7875AB
Complementary color
Monochromatic Colors of #7875AB
Black with #7875AB
Text Example
Text Example
White with #7875AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875AB; }
p { color: rgb(120,117,171); }
H1.HeaderClassName
{
color: #7875AB;
}
.AnyTagClassName
{
color: #7875AB;
}
</style>
background-color css
<style>
a { background-color: #7875AB; }
a { background-color: rgb(120,117,171); }
div.DivClassName
{
background-color: #7875AB;
}
.BgClassName
{
background-color: #7875AB;
}
</style>
border-color css
<style>
span { border-color: #7875AB; }
span { border-color: rgb(120,117,171); }
td.TdClassName
{
border-color: #7875AB;
}
.TagClassName
{
border-color: #7875AB;
}
</style>