Shades of Chetwode Blue #7373BD
Tints of Chetwode Blue #7373BD
RGB
CMYK
RGB Variations
Color information
#7373BD (or 0x7373BD) is known color: Chetwode Blue. HEX triplet: 73, 73 and BD. RGB value is (115,115,189). Sum of RGB (Red+Green+Blue) = 115+115+189=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #7373BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7373BD is #8C8C42. Grayscale: #7B7B7B. Windows color (decimal): -9210947 or 12415859. OLE color: 12415859.
HSL color Cylindrical-coordinate representation of color #7373BD: hue angle of 240º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7373BD is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 115 | 189 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.26 |
| HSL | 240º | 0.36% | 0.6% | - |
| HSV(B) | 240º | 0.39% | 0.74% | - |
| XYZ | 22.39 | 19.58 | 50.74 | - |
| YUV | 123.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 189 | 0.39 | 0.39 | 0 | 0.26 | 240 | 0.36 | 0.6 |
| Hex | 73 | 73 | BD | 27 | 27 | 0 | 1A | F0 | 24 | 3C |
| Octal | 163 | 163 | 275 | 47 | 47 | 0 | 32 | 360 | 44 | 74 |
| Binary | 1110011 | 1110011 | 10111101 | 100111 | 100111 | 0 | 11010 | 11110000 | 100100 | 111100 |
Color Harmonies of #7373BD
Complementary color
Monochromatic Colors of #7373BD
Black with #7373BD
Text Example
Text Example
White with #7373BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7373BD; }
p { color: rgb(115,115,189); }
H1.HeaderClassName
{
color: #7373BD;
}
.AnyTagClassName
{
color: #7373BD;
}
</style>
background-color css
<style>
a { background-color: #7373BD; }
a { background-color: rgb(115,115,189); }
div.DivClassName
{
background-color: #7373BD;
}
.BgClassName
{
background-color: #7373BD;
}
</style>
border-color css
<style>
span { border-color: #7373BD; }
span { border-color: rgb(115,115,189); }
td.TdClassName
{
border-color: #7373BD;
}
.TagClassName
{
border-color: #7373BD;
}
</style>