Shades of Chetwode Blue #757BAC
Tints of Chetwode Blue #757BAC
RGB
CMYK
RGB Variations
Color information
#757BAC (or 0x757BAC) is known color: Chetwode Blue. HEX triplet: 75, 7B and AC. RGB value is (117,123,172). Sum of RGB (Red+Green+Blue) = 117+123+172=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #757BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BAC is #8A8453. Grayscale: #7E7E7E. Windows color (decimal): -9077844 or 11303797. OLE color: 11303797.
HSL color Cylindrical-coordinate representation of color #757BAC: hue angle of 233.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757BAC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 123 | 172 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.33 |
| HSL | 233.45º | 0.25% | 0.57% | - |
| HSV(B) | 233.45º | 0.32% | 0.67% | - |
| XYZ | 21.87 | 20.93 | 41.92 | - |
| YUV | 126.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 172 | 0.32 | 0.28 | 0 | 0.33 | 233.45 | 0.25 | 0.57 |
| Hex | 75 | 7B | AC | 20 | 1C | 0 | 21 | E9 | 19 | 39 |
| Octal | 165 | 173 | 254 | 40 | 34 | 0 | 41 | 351 | 31 | 71 |
| Binary | 1110101 | 1111011 | 10101100 | 100000 | 11100 | 0 | 100001 | 11101001 | 11001 | 111001 |
Color Harmonies of #757BAC
Complementary color
Monochromatic Colors of #757BAC
Black with #757BAC
Text Example
Text Example
White with #757BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BAC; }
p { color: rgb(117,123,172); }
H1.HeaderClassName
{
color: #757BAC;
}
.AnyTagClassName
{
color: #757BAC;
}
</style>
background-color css
<style>
a { background-color: #757BAC; }
a { background-color: rgb(117,123,172); }
div.DivClassName
{
background-color: #757BAC;
}
.BgClassName
{
background-color: #757BAC;
}
</style>
border-color css
<style>
span { border-color: #757BAC; }
span { border-color: rgb(117,123,172); }
td.TdClassName
{
border-color: #757BAC;
}
.TagClassName
{
border-color: #757BAC;
}
</style>