Shades of Atoll #207B83
Tints of Atoll #207B83
RGB
CMYK
RGB Variations
Color information
#207B83 (or 0x207B83) is known color: Atoll. HEX triplet: 20, 7B and 83. RGB value is (32,123,131). Sum of RGB (Red+Green+Blue) = 32+123+131=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #207B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207B83 is #DF847C. Grayscale: #606060. Windows color (decimal): -14648445 or 8616736. OLE color: 8616736.
HSL color Cylindrical-coordinate representation of color #207B83: hue angle of 184.85º 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 #207B83 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 123 | 131 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.49 |
| HSL | 184.85º | 0.61% | 0.32% | - |
| HSV(B) | 184.85º | 0.76% | 0.51% | - |
| XYZ | 11.78 | 16.11 | 23.96 | - |
| YUV | 96.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 131 | 0.76 | 0.06 | 0 | 0.49 | 184.85 | 0.61 | 0.32 |
| Hex | 20 | 7B | 83 | 4C | 6 | 0 | 31 | B9 | 3D | 20 |
| Octal | 40 | 173 | 203 | 114 | 6 | 0 | 61 | 271 | 75 | 40 |
| Binary | 100000 | 1111011 | 10000011 | 1001100 | 110 | 0 | 110001 | 10111001 | 111101 | 100000 |
Color Harmonies of #207B83
Complementary color
Monochromatic Colors of #207B83
Black with #207B83
Text Example
Text Example
White with #207B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B83; }
p { color: rgb(32,123,131); }
H1.HeaderClassName
{
color: #207B83;
}
.AnyTagClassName
{
color: #207B83;
}
</style>
background-color css
<style>
a { background-color: #207B83; }
a { background-color: rgb(32,123,131); }
div.DivClassName
{
background-color: #207B83;
}
.BgClassName
{
background-color: #207B83;
}
</style>
border-color css
<style>
span { border-color: #207B83; }
span { border-color: rgb(32,123,131); }
td.TdClassName
{
border-color: #207B83;
}
.TagClassName
{
border-color: #207B83;
}
</style>