Shades of Chetwode Blue #7574BA
Tints of Chetwode Blue #7574BA
RGB
CMYK
RGB Variations
Color information
#7574BA (or 0x7574BA) is known color: Chetwode Blue. HEX triplet: 75, 74 and BA. RGB value is (117,116,186). Sum of RGB (Red+Green+Blue) = 117+116+186=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7574BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574BA is #8A8B45. Grayscale: #7C7C7C. Windows color (decimal): -9079622 or 12219509. OLE color: 12219509.
HSL color Cylindrical-coordinate representation of color #7574BA: hue angle of 240.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7574BA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 116 | 186 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.27 |
| HSL | 240.86º | 0.34% | 0.59% | - |
| HSV(B) | 240.86º | 0.38% | 0.73% | - |
| XYZ | 22.44 | 19.82 | 49.1 | - |
| YUV | 124.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 186 | 0.37 | 0.38 | 0 | 0.27 | 240.86 | 0.34 | 0.59 |
| Hex | 75 | 74 | BA | 25 | 26 | 0 | 1B | F1 | 22 | 3B |
| Octal | 165 | 164 | 272 | 45 | 46 | 0 | 33 | 361 | 42 | 73 |
| Binary | 1110101 | 1110100 | 10111010 | 100101 | 100110 | 0 | 11011 | 11110001 | 100010 | 111011 |
Color Harmonies of #7574BA
Complementary color
Monochromatic Colors of #7574BA
Black with #7574BA
Text Example
Text Example
White with #7574BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7574BA; }
p { color: rgb(117,116,186); }
H1.HeaderClassName
{
color: #7574BA;
}
.AnyTagClassName
{
color: #7574BA;
}
</style>
background-color css
<style>
a { background-color: #7574BA; }
a { background-color: rgb(117,116,186); }
div.DivClassName
{
background-color: #7574BA;
}
.BgClassName
{
background-color: #7574BA;
}
</style>
border-color css
<style>
span { border-color: #7574BA; }
span { border-color: rgb(117,116,186); }
td.TdClassName
{
border-color: #7574BA;
}
.TagClassName
{
border-color: #7574BA;
}
</style>