Shades of Chetwode Blue #757AA8
Tints of Chetwode Blue #757AA8
RGB
CMYK
RGB Variations
Color information
#757AA8 (or 0x757AA8) is known color: Chetwode Blue. HEX triplet: 75, 7A and A8. RGB value is (117,122,168). Sum of RGB (Red+Green+Blue) = 117+122+168=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 168 - color contains mainly: blue. Hex color #757AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AA8 is #8A8557. Grayscale: #7D7D7D. Windows color (decimal): -9078104 or 11041397. OLE color: 11041397.
HSL color Cylindrical-coordinate representation of color #757AA8: hue angle of 234.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757AA8 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 122 | 168 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.34 |
| HSL | 234.12º | 0.23% | 0.56% | - |
| HSV(B) | 234.12º | 0.3% | 0.66% | - |
| XYZ | 21.36 | 20.53 | 39.88 | - |
| YUV | 125.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 168 | 0.30 | 0.27 | 0 | 0.34 | 234.12 | 0.23 | 0.56 |
| Hex | 75 | 7A | A8 | 1E | 1B | 0 | 22 | EA | 17 | 38 |
| Octal | 165 | 172 | 250 | 36 | 33 | 0 | 42 | 352 | 27 | 70 |
| Binary | 1110101 | 1111010 | 10101000 | 11110 | 11011 | 0 | 100010 | 11101010 | 10111 | 111000 |
Color Harmonies of #757AA8
Complementary color
Monochromatic Colors of #757AA8
Black with #757AA8
Text Example
Text Example
White with #757AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757AA8; }
p { color: rgb(117,122,168); }
H1.HeaderClassName
{
color: #757AA8;
}
.AnyTagClassName
{
color: #757AA8;
}
</style>
background-color css
<style>
a { background-color: #757AA8; }
a { background-color: rgb(117,122,168); }
div.DivClassName
{
background-color: #757AA8;
}
.BgClassName
{
background-color: #757AA8;
}
</style>
border-color css
<style>
span { border-color: #757AA8; }
span { border-color: rgb(117,122,168); }
td.TdClassName
{
border-color: #757AA8;
}
.TagClassName
{
border-color: #757AA8;
}
</style>