Shades of Atoll #207883
Tints of Atoll #207883
RGB
CMYK
RGB Variations
Color information
#207883 (or 0x207883) is known color: Atoll. HEX triplet: 20, 78 and 83. RGB value is (32,120,131). Sum of RGB (Red+Green+Blue) = 32+120+131=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #207883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207883 is #DF877C. Grayscale: #5E5E5E. Windows color (decimal): -14649213 or 8615968. OLE color: 8615968.
HSL color Cylindrical-coordinate representation of color #207883: hue angle of 186.67º 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 #207883 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 120 | 131 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.49 |
| HSL | 186.67º | 0.61% | 0.32% | - |
| HSV(B) | 186.67º | 0.76% | 0.51% | - |
| XYZ | 11.41 | 15.38 | 23.84 | - |
| YUV | 94.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 131 | 0.76 | 0.08 | 0 | 0.49 | 186.67 | 0.61 | 0.32 |
| Hex | 20 | 78 | 83 | 4C | 8 | 0 | 31 | BB | 3D | 20 |
| Octal | 40 | 170 | 203 | 114 | 10 | 0 | 61 | 273 | 75 | 40 |
| Binary | 100000 | 1111000 | 10000011 | 1001100 | 1000 | 0 | 110001 | 10111011 | 111101 | 100000 |
Color Harmonies of #207883
Complementary color
Monochromatic Colors of #207883
Black with #207883
Text Example
Text Example
White with #207883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207883; }
p { color: rgb(32,120,131); }
H1.HeaderClassName
{
color: #207883;
}
.AnyTagClassName
{
color: #207883;
}
</style>
background-color css
<style>
a { background-color: #207883; }
a { background-color: rgb(32,120,131); }
div.DivClassName
{
background-color: #207883;
}
.BgClassName
{
background-color: #207883;
}
</style>
border-color css
<style>
span { border-color: #207883; }
span { border-color: rgb(32,120,131); }
td.TdClassName
{
border-color: #207883;
}
.TagClassName
{
border-color: #207883;
}
</style>