Shades of Chetwode Blue #7578AB
Tints of Chetwode Blue #7578AB
RGB
CMYK
RGB Variations
Color information
#7578AB (or 0x7578AB) is known color: Chetwode Blue. HEX triplet: 75, 78 and AB. RGB value is (117,120,171). Sum of RGB (Red+Green+Blue) = 117+120+171=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 120 (47.27% from 255 or 29.41% 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 #7578AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7578AB is #8A8754. Grayscale: #7C7C7C. Windows color (decimal): -9078613 or 11237493. OLE color: 11237493.
HSL color Cylindrical-coordinate representation of color #7578AB: hue angle of 236.67º 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 #7578AB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 120 | 171 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.33 |
| HSL | 236.67º | 0.24% | 0.56% | - |
| HSV(B) | 236.67º | 0.32% | 0.67% | - |
| XYZ | 21.4 | 20.16 | 41.29 | - |
| YUV | 124.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 171 | 0.32 | 0.30 | 0 | 0.33 | 236.67 | 0.24 | 0.56 |
| Hex | 75 | 78 | AB | 20 | 1E | 0 | 21 | ED | 18 | 38 |
| Octal | 165 | 170 | 253 | 40 | 36 | 0 | 41 | 355 | 30 | 70 |
| Binary | 1110101 | 1111000 | 10101011 | 100000 | 11110 | 0 | 100001 | 11101101 | 11000 | 111000 |
Color Harmonies of #7578AB
Complementary color
Monochromatic Colors of #7578AB
Black with #7578AB
Text Example
Text Example
White with #7578AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7578AB; }
p { color: rgb(117,120,171); }
H1.HeaderClassName
{
color: #7578AB;
}
.AnyTagClassName
{
color: #7578AB;
}
</style>
background-color css
<style>
a { background-color: #7578AB; }
a { background-color: rgb(117,120,171); }
div.DivClassName
{
background-color: #7578AB;
}
.BgClassName
{
background-color: #7578AB;
}
</style>
border-color css
<style>
span { border-color: #7578AB; }
span { border-color: rgb(117,120,171); }
td.TdClassName
{
border-color: #7578AB;
}
.TagClassName
{
border-color: #7578AB;
}
</style>