Shades of Chetwode Blue #7578BD
Tints of Chetwode Blue #7578BD
RGB
CMYK
RGB Variations
Color information
#7578BD (or 0x7578BD) is known color: Chetwode Blue. HEX triplet: 75, 78 and BD. RGB value is (117,120,189). Sum of RGB (Red+Green+Blue) = 117+120+189=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #7578BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578BD is #8A8742. Grayscale: #7E7E7E. Windows color (decimal): -9078595 or 12417141. OLE color: 12417141.
HSL color Cylindrical-coordinate representation of color #7578BD: hue angle of 237.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7578BD is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 120 | 189 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.26 |
| HSL | 237.5º | 0.35% | 0.6% | - |
| HSV(B) | 237.5º | 0.38% | 0.74% | - |
| XYZ | 23.24 | 20.89 | 50.95 | - |
| YUV | 126.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 189 | 0.38 | 0.37 | 0 | 0.26 | 237.5 | 0.35 | 0.6 |
| Hex | 75 | 78 | BD | 26 | 25 | 0 | 1A | EE | 23 | 3C |
| Octal | 165 | 170 | 275 | 46 | 45 | 0 | 32 | 356 | 43 | 74 |
| Binary | 1110101 | 1111000 | 10111101 | 100110 | 100101 | 0 | 11010 | 11101110 | 100011 | 111100 |
Color Harmonies of #7578BD
Complementary color
Monochromatic Colors of #7578BD
Black with #7578BD
Text Example
Text Example
White with #7578BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7578BD; }
p { color: rgb(117,120,189); }
H1.HeaderClassName
{
color: #7578BD;
}
.AnyTagClassName
{
color: #7578BD;
}
</style>
background-color css
<style>
a { background-color: #7578BD; }
a { background-color: rgb(117,120,189); }
div.DivClassName
{
background-color: #7578BD;
}
.BgClassName
{
background-color: #7578BD;
}
</style>
border-color css
<style>
span { border-color: #7578BD; }
span { border-color: rgb(117,120,189); }
td.TdClassName
{
border-color: #7578BD;
}
.TagClassName
{
border-color: #7578BD;
}
</style>