Shades of Chetwode Blue #757BAE
Tints of Chetwode Blue #757BAE
RGB
CMYK
RGB Variations
Color information
#757BAE (or 0x757BAE) is known color: Chetwode Blue. HEX triplet: 75, 7B and AE. RGB value is (117,123,174). Sum of RGB (Red+Green+Blue) = 117+123+174=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #757BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BAE is #8A8451. Grayscale: #7E7E7E. Windows color (decimal): -9077842 or 11434869. OLE color: 11434869.
HSL color Cylindrical-coordinate representation of color #757BAE: hue angle of 233.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757BAE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 123 | 174 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.32 |
| HSL | 233.68º | 0.26% | 0.57% | - |
| HSV(B) | 233.68º | 0.33% | 0.68% | - |
| XYZ | 22.06 | 21 | 42.94 | - |
| YUV | 127.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 174 | 0.33 | 0.29 | 0 | 0.32 | 233.68 | 0.26 | 0.57 |
| Hex | 75 | 7B | AE | 21 | 1D | 0 | 20 | EA | 1A | 39 |
| Octal | 165 | 173 | 256 | 41 | 35 | 0 | 40 | 352 | 32 | 71 |
| Binary | 1110101 | 1111011 | 10101110 | 100001 | 11101 | 0 | 100000 | 11101010 | 11010 | 111001 |
Color Harmonies of #757BAE
Complementary color
Monochromatic Colors of #757BAE
Black with #757BAE
Text Example
Text Example
White with #757BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BAE; }
p { color: rgb(117,123,174); }
H1.HeaderClassName
{
color: #757BAE;
}
.AnyTagClassName
{
color: #757BAE;
}
</style>
background-color css
<style>
a { background-color: #757BAE; }
a { background-color: rgb(117,123,174); }
div.DivClassName
{
background-color: #757BAE;
}
.BgClassName
{
background-color: #757BAE;
}
</style>
border-color css
<style>
span { border-color: #757BAE; }
span { border-color: rgb(117,123,174); }
td.TdClassName
{
border-color: #757BAE;
}
.TagClassName
{
border-color: #757BAE;
}
</style>