Shades of Scooter #207F98
Tints of Scooter #207F98
RGB
CMYK
RGB Variations
Color information
#207F98 (or 0x207F98) is known color: Scooter. HEX triplet: 20, 7F and 98. RGB value is (32,127,152). Sum of RGB (Red+Green+Blue) = 32+127+152=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #207F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207F98 is #DF8067. Grayscale: #656565. Windows color (decimal): -14647400 or 9994016. OLE color: 9994016.
HSL color Cylindrical-coordinate representation of color #207F98: hue angle of 192.5º 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 #207F98 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 127 | 152 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.40 |
| HSL | 192.5º | 0.65% | 0.36% | - |
| HSV(B) | 192.5º | 0.79% | 0.6% | - |
| XYZ | 13.85 | 17.75 | 32.4 | - |
| YUV | 101.45 | 156.53 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 152 | 0.79 | 0.16 | 0 | 0.40 | 192.5 | 0.65 | 0.36 |
| Hex | 20 | 7F | 98 | 4F | 10 | 0 | 28 | C0 | 41 | 24 |
| Octal | 40 | 177 | 230 | 117 | 20 | 0 | 50 | 300 | 101 | 44 |
| Binary | 100000 | 1111111 | 10011000 | 1001111 | 10000 | 0 | 101000 | 11000000 | 1000001 | 100100 |
Color Harmonies of #207F98
Complementary color
Monochromatic Colors of #207F98
Black with #207F98
Text Example
Text Example
White with #207F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F98; }
p { color: rgb(32,127,152); }
H1.HeaderClassName
{
color: #207F98;
}
.AnyTagClassName
{
color: #207F98;
}
</style>
background-color css
<style>
a { background-color: #207F98; }
a { background-color: rgb(32,127,152); }
div.DivClassName
{
background-color: #207F98;
}
.BgClassName
{
background-color: #207F98;
}
</style>
border-color css
<style>
span { border-color: #207F98; }
span { border-color: rgb(32,127,152); }
td.TdClassName
{
border-color: #207F98;
}
.TagClassName
{
border-color: #207F98;
}
</style>