Shades of Chetwode Blue #757ABA
Tints of Chetwode Blue #757ABA
RGB
CMYK
RGB Variations
Color information
#757ABA (or 0x757ABA) is known color: Chetwode Blue. HEX triplet: 75, 7A and BA. RGB value is (117,122,186). Sum of RGB (Red+Green+Blue) = 117+122+186=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #757ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ABA is #8A8545. Grayscale: #7F7F7F. Windows color (decimal): -9078086 or 12221045. OLE color: 12221045.
HSL color Cylindrical-coordinate representation of color #757ABA: hue angle of 235.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757ABA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 122 | 186 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.27 |
| HSL | 235.65º | 0.33% | 0.59% | - |
| HSV(B) | 235.65º | 0.37% | 0.73% | - |
| XYZ | 23.16 | 21.25 | 49.33 | - |
| YUV | 127.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 186 | 0.37 | 0.34 | 0 | 0.27 | 235.65 | 0.33 | 0.59 |
| Hex | 75 | 7A | BA | 25 | 22 | 0 | 1B | EC | 21 | 3B |
| Octal | 165 | 172 | 272 | 45 | 42 | 0 | 33 | 354 | 41 | 73 |
| Binary | 1110101 | 1111010 | 10111010 | 100101 | 100010 | 0 | 11011 | 11101100 | 100001 | 111011 |
Color Harmonies of #757ABA
Complementary color
Monochromatic Colors of #757ABA
Black with #757ABA
Text Example
Text Example
White with #757ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ABA; }
p { color: rgb(117,122,186); }
H1.HeaderClassName
{
color: #757ABA;
}
.AnyTagClassName
{
color: #757ABA;
}
</style>
background-color css
<style>
a { background-color: #757ABA; }
a { background-color: rgb(117,122,186); }
div.DivClassName
{
background-color: #757ABA;
}
.BgClassName
{
background-color: #757ABA;
}
</style>
border-color css
<style>
span { border-color: #757ABA; }
span { border-color: rgb(117,122,186); }
td.TdClassName
{
border-color: #757ABA;
}
.TagClassName
{
border-color: #757ABA;
}
</style>