Shades of Atoll #207A83
Tints of Atoll #207A83
RGB
CMYK
RGB Variations
Color information
#207A83 (or 0x207A83) is known color: Atoll. HEX triplet: 20, 7A and 83. RGB value is (32,122,131). Sum of RGB (Red+Green+Blue) = 32+122+131=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #207A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A83 is #DF857C. Grayscale: #5F5F5F. Windows color (decimal): -14648701 or 8616480. OLE color: 8616480.
HSL color Cylindrical-coordinate representation of color #207A83: hue angle of 185.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207A83 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 122 | 131 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.49 |
| HSL | 185.45º | 0.61% | 0.32% | - |
| HSV(B) | 185.45º | 0.76% | 0.51% | - |
| XYZ | 11.65 | 15.86 | 23.92 | - |
| YUV | 96.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 131 | 0.76 | 0.07 | 0 | 0.49 | 185.45 | 0.61 | 0.32 |
| Hex | 20 | 7A | 83 | 4C | 7 | 0 | 31 | B9 | 3D | 20 |
| Octal | 40 | 172 | 203 | 114 | 7 | 0 | 61 | 271 | 75 | 40 |
| Binary | 100000 | 1111010 | 10000011 | 1001100 | 111 | 0 | 110001 | 10111001 | 111101 | 100000 |
Color Harmonies of #207A83
Complementary color
Monochromatic Colors of #207A83
Black with #207A83
Text Example
Text Example
White with #207A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A83; }
p { color: rgb(32,122,131); }
H1.HeaderClassName
{
color: #207A83;
}
.AnyTagClassName
{
color: #207A83;
}
</style>
background-color css
<style>
a { background-color: #207A83; }
a { background-color: rgb(32,122,131); }
div.DivClassName
{
background-color: #207A83;
}
.BgClassName
{
background-color: #207A83;
}
</style>
border-color css
<style>
span { border-color: #207A83; }
span { border-color: rgb(32,122,131); }
td.TdClassName
{
border-color: #207A83;
}
.TagClassName
{
border-color: #207A83;
}
</style>