Shades of Allports #207A93
Tints of Allports #207A93
RGB
CMYK
RGB Variations
Color information
#207A93 (or 0x207A93) is known color: Allports. HEX triplet: 20, 7A and 93. RGB value is (32,122,147). Sum of RGB (Red+Green+Blue) = 32+122+147=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #207A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A93 is #DF856C. Grayscale: #616161. Windows color (decimal): -14648685 or 9665056. OLE color: 9665056.
HSL color Cylindrical-coordinate representation of color #207A93: hue angle of 193.04º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #207A93 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 122 | 147 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.42 |
| HSL | 193.04º | 0.64% | 0.35% | - |
| HSV(B) | 193.04º | 0.78% | 0.58% | - |
| XYZ | 12.82 | 16.33 | 30.08 | - |
| YUV | 97.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 147 | 0.78 | 0.17 | 0 | 0.42 | 193.04 | 0.64 | 0.35 |
| Hex | 20 | 7A | 93 | 4E | 11 | 0 | 2A | C1 | 40 | 23 |
| Octal | 40 | 172 | 223 | 116 | 21 | 0 | 52 | 301 | 100 | 43 |
| Binary | 100000 | 1111010 | 10010011 | 1001110 | 10001 | 0 | 101010 | 11000001 | 1000000 | 100011 |
Color Harmonies of #207A93
Complementary color
Monochromatic Colors of #207A93
Black with #207A93
Text Example
Text Example
White with #207A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A93; }
p { color: rgb(32,122,147); }
H1.HeaderClassName
{
color: #207A93;
}
.AnyTagClassName
{
color: #207A93;
}
</style>
background-color css
<style>
a { background-color: #207A93; }
a { background-color: rgb(32,122,147); }
div.DivClassName
{
background-color: #207A93;
}
.BgClassName
{
background-color: #207A93;
}
</style>
border-color css
<style>
span { border-color: #207A93; }
span { border-color: rgb(32,122,147); }
td.TdClassName
{
border-color: #207A93;
}
.TagClassName
{
border-color: #207A93;
}
</style>