Shades of Allports #207A8B
Tints of Allports #207A8B
RGB
CMYK
RGB Variations
Color information
#207A8B (or 0x207A8B) is known color: Allports. HEX triplet: 20, 7A and 8B. RGB value is (32,122,139). Sum of RGB (Red+Green+Blue) = 32+122+139=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #207A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A8B is #DF8574. Grayscale: #606060. Windows color (decimal): -14648693 or 9140768. OLE color: 9140768.
HSL color Cylindrical-coordinate representation of color #207A8B: hue angle of 189.53º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #207A8B is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 122 | 139 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.45 |
| HSL | 189.53º | 0.63% | 0.34% | - |
| HSV(B) | 189.53º | 0.77% | 0.55% | - |
| XYZ | 12.22 | 16.09 | 26.89 | - |
| YUV | 97.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 139 | 0.77 | 0.12 | 0 | 0.45 | 189.53 | 0.63 | 0.34 |
| Hex | 20 | 7A | 8B | 4D | C | 0 | 2D | BE | 3F | 22 |
| Octal | 40 | 172 | 213 | 115 | 14 | 0 | 55 | 276 | 77 | 42 |
| Binary | 100000 | 1111010 | 10001011 | 1001101 | 1100 | 0 | 101101 | 10111110 | 111111 | 100010 |
Color Harmonies of #207A8B
Complementary color
Monochromatic Colors of #207A8B
Black with #207A8B
Text Example
Text Example
White with #207A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A8B; }
p { color: rgb(32,122,139); }
H1.HeaderClassName
{
color: #207A8B;
}
.AnyTagClassName
{
color: #207A8B;
}
</style>
background-color css
<style>
a { background-color: #207A8B; }
a { background-color: rgb(32,122,139); }
div.DivClassName
{
background-color: #207A8B;
}
.BgClassName
{
background-color: #207A8B;
}
</style>
border-color css
<style>
span { border-color: #207A8B; }
span { border-color: rgb(32,122,139); }
td.TdClassName
{
border-color: #207A8B;
}
.TagClassName
{
border-color: #207A8B;
}
</style>