Shades of Scooter #207F93
Tints of Scooter #207F93
RGB
CMYK
RGB Variations
Color information
#207F93 (or 0x207F93) is known color: Scooter. HEX triplet: 20, 7F and 93. RGB value is (32,127,147). Sum of RGB (Red+Green+Blue) = 32+127+147=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #207F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207F93 is #DF806C. Grayscale: #646464. Windows color (decimal): -14647405 or 9666336. OLE color: 9666336.
HSL color Cylindrical-coordinate representation of color #207F93: hue angle of 190.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #207F93 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 127 | 147 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.42 |
| HSL | 190.43º | 0.64% | 0.35% | - |
| HSV(B) | 190.43º | 0.78% | 0.58% | - |
| XYZ | 13.45 | 17.59 | 30.29 | - |
| YUV | 100.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 147 | 0.78 | 0.14 | 0 | 0.42 | 190.43 | 0.64 | 0.35 |
| Hex | 20 | 7F | 93 | 4E | E | 0 | 2A | BE | 40 | 23 |
| Octal | 40 | 177 | 223 | 116 | 16 | 0 | 52 | 276 | 100 | 43 |
| Binary | 100000 | 1111111 | 10010011 | 1001110 | 1110 | 0 | 101010 | 10111110 | 1000000 | 100011 |
Color Harmonies of #207F93
Complementary color
Monochromatic Colors of #207F93
Black with #207F93
Text Example
Text Example
White with #207F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F93; }
p { color: rgb(32,127,147); }
H1.HeaderClassName
{
color: #207F93;
}
.AnyTagClassName
{
color: #207F93;
}
</style>
background-color css
<style>
a { background-color: #207F93; }
a { background-color: rgb(32,127,147); }
div.DivClassName
{
background-color: #207F93;
}
.BgClassName
{
background-color: #207F93;
}
</style>
border-color css
<style>
span { border-color: #207F93; }
span { border-color: rgb(32,127,147); }
td.TdClassName
{
border-color: #207F93;
}
.TagClassName
{
border-color: #207F93;
}
</style>