Shades of Atoll #207D89
Tints of Atoll #207D89
RGB
CMYK
RGB Variations
Color information
#207D89 (or 0x207D89) is known color: Atoll. HEX triplet: 20, 7D and 89. RGB value is (32,125,137). Sum of RGB (Red+Green+Blue) = 32+125+137=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #207D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D89 is #DF8276. Grayscale: #626262. Windows color (decimal): -14647927 or 9010464. OLE color: 9010464.
HSL color Cylindrical-coordinate representation of color #207D89: hue angle of 186.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #207D89 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 125 | 137 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.46 |
| HSL | 186.86º | 0.62% | 0.33% | - |
| HSV(B) | 186.86º | 0.77% | 0.54% | - |
| XYZ | 12.44 | 16.78 | 26.25 | - |
| YUV | 98.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 137 | 0.77 | 0.09 | 0 | 0.46 | 186.86 | 0.62 | 0.33 |
| Hex | 20 | 7D | 89 | 4D | 9 | 0 | 2E | BB | 3E | 21 |
| Octal | 40 | 175 | 211 | 115 | 11 | 0 | 56 | 273 | 76 | 41 |
| Binary | 100000 | 1111101 | 10001001 | 1001101 | 1001 | 0 | 101110 | 10111011 | 111110 | 100001 |
Color Harmonies of #207D89
Complementary color
Monochromatic Colors of #207D89
Black with #207D89
Text Example
Text Example
White with #207D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D89; }
p { color: rgb(32,125,137); }
H1.HeaderClassName
{
color: #207D89;
}
.AnyTagClassName
{
color: #207D89;
}
</style>
background-color css
<style>
a { background-color: #207D89; }
a { background-color: rgb(32,125,137); }
div.DivClassName
{
background-color: #207D89;
}
.BgClassName
{
background-color: #207D89;
}
</style>
border-color css
<style>
span { border-color: #207D89; }
span { border-color: rgb(32,125,137); }
td.TdClassName
{
border-color: #207D89;
}
.TagClassName
{
border-color: #207D89;
}
</style>