Shades of Scooter #207F99
Tints of Scooter #207F99
RGB
CMYK
RGB Variations
Color information
#207F99 (or 0x207F99) is known color: Scooter. HEX triplet: 20, 7F and 99. RGB value is (32,127,153). Sum of RGB (Red+Green+Blue) = 32+127+153=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #207F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207F99 is #DF8066. Grayscale: #656565. Windows color (decimal): -14647399 or 10059552. OLE color: 10059552.
HSL color Cylindrical-coordinate representation of color #207F99: hue angle of 192.89º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207F99 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 127 | 153 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.4 |
| HSL | 192.89º | 0.65% | 0.36% | - |
| HSV(B) | 192.89º | 0.79% | 0.6% | - |
| XYZ | 13.93 | 17.79 | 32.84 | - |
| YUV | 101.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 153 | 0.79 | 0.17 | 0 | 0.4 | 192.89 | 0.65 | 0.36 |
| Hex | 20 | 7F | 99 | 4F | 11 | 0 | 28 | C1 | 41 | 24 |
| Octal | 40 | 177 | 231 | 117 | 21 | 0 | 50 | 301 | 101 | 44 |
| Binary | 100000 | 1111111 | 10011001 | 1001111 | 10001 | 0 | 101000 | 11000001 | 1000001 | 100100 |
Color Harmonies of #207F99
Complementary color
Monochromatic Colors of #207F99
Black with #207F99
Text Example
Text Example
White with #207F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F99; }
p { color: rgb(32,127,153); }
H1.HeaderClassName
{
color: #207F99;
}
.AnyTagClassName
{
color: #207F99;
}
</style>
background-color css
<style>
a { background-color: #207F99; }
a { background-color: rgb(32,127,153); }
div.DivClassName
{
background-color: #207F99;
}
.BgClassName
{
background-color: #207F99;
}
</style>
border-color css
<style>
span { border-color: #207F99; }
span { border-color: rgb(32,127,153); }
td.TdClassName
{
border-color: #207F99;
}
.TagClassName
{
border-color: #207F99;
}
</style>