Shades of Atoll #207A87
Tints of Atoll #207A87
RGB
CMYK
RGB Variations
Color information
#207A87 (or 0x207A87) is known color: Atoll. HEX triplet: 20, 7A and 87. RGB value is (32,122,135). Sum of RGB (Red+Green+Blue) = 32+122+135=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #207A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A87 is #DF8578. Grayscale: #606060. Windows color (decimal): -14648697 or 8878624. OLE color: 8878624.
HSL color Cylindrical-coordinate representation of color #207A87: hue angle of 187.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207A87 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 122 | 135 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.47 |
| HSL | 187.57º | 0.62% | 0.33% | - |
| HSV(B) | 187.57º | 0.76% | 0.53% | - |
| XYZ | 11.93 | 15.98 | 25.38 | - |
| YUV | 96.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 135 | 0.76 | 0.10 | 0 | 0.47 | 187.57 | 0.62 | 0.33 |
| Hex | 20 | 7A | 87 | 4C | A | 0 | 2F | BC | 3E | 21 |
| Octal | 40 | 172 | 207 | 114 | 12 | 0 | 57 | 274 | 76 | 41 |
| Binary | 100000 | 1111010 | 10000111 | 1001100 | 1010 | 0 | 101111 | 10111100 | 111110 | 100001 |
Color Harmonies of #207A87
Complementary color
Monochromatic Colors of #207A87
Black with #207A87
Text Example
Text Example
White with #207A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A87; }
p { color: rgb(32,122,135); }
H1.HeaderClassName
{
color: #207A87;
}
.AnyTagClassName
{
color: #207A87;
}
</style>
background-color css
<style>
a { background-color: #207A87; }
a { background-color: rgb(32,122,135); }
div.DivClassName
{
background-color: #207A87;
}
.BgClassName
{
background-color: #207A87;
}
</style>
border-color css
<style>
span { border-color: #207A87; }
span { border-color: rgb(32,122,135); }
td.TdClassName
{
border-color: #207A87;
}
.TagClassName
{
border-color: #207A87;
}
</style>