Shades of Chetwode Blue #7579BB
Tints of Chetwode Blue #7579BB
RGB
CMYK
RGB Variations
Color information
#7579BB (or 0x7579BB) is known color: Chetwode Blue. HEX triplet: 75, 79 and BB. RGB value is (117,121,187). Sum of RGB (Red+Green+Blue) = 117+121+187=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #7579BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7579BB is #8A8644. Grayscale: #7F7F7F. Windows color (decimal): -9078341 or 12286325. OLE color: 12286325.
HSL color Cylindrical-coordinate representation of color #7579BB: hue angle of 236.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7579BB is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 121 | 187 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.27 |
| HSL | 236.57º | 0.34% | 0.6% | - |
| HSV(B) | 236.57º | 0.37% | 0.73% | - |
| XYZ | 23.14 | 21.04 | 49.86 | - |
| YUV | 127.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 187 | 0.37 | 0.35 | 0 | 0.27 | 236.57 | 0.34 | 0.6 |
| Hex | 75 | 79 | BB | 25 | 23 | 0 | 1B | ED | 22 | 3C |
| Octal | 165 | 171 | 273 | 45 | 43 | 0 | 33 | 355 | 42 | 74 |
| Binary | 1110101 | 1111001 | 10111011 | 100101 | 100011 | 0 | 11011 | 11101101 | 100010 | 111100 |
Color Harmonies of #7579BB
Complementary color
Monochromatic Colors of #7579BB
Black with #7579BB
Text Example
Text Example
White with #7579BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7579BB; }
p { color: rgb(117,121,187); }
H1.HeaderClassName
{
color: #7579BB;
}
.AnyTagClassName
{
color: #7579BB;
}
</style>
background-color css
<style>
a { background-color: #7579BB; }
a { background-color: rgb(117,121,187); }
div.DivClassName
{
background-color: #7579BB;
}
.BgClassName
{
background-color: #7579BB;
}
</style>
border-color css
<style>
span { border-color: #7579BB; }
span { border-color: rgb(117,121,187); }
td.TdClassName
{
border-color: #7579BB;
}
.TagClassName
{
border-color: #7579BB;
}
</style>