Shades of Scooter #207E94
Tints of Scooter #207E94
RGB
CMYK
RGB Variations
Color information
#207E94 (or 0x207E94) is known color: Scooter. HEX triplet: 20, 7E and 94. RGB value is (32,126,148). Sum of RGB (Red+Green+Blue) = 32+126+148=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #207E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207E94 is #DF816B. Grayscale: #646464. Windows color (decimal): -14647660 or 9731616. OLE color: 9731616.
HSL color Cylindrical-coordinate representation of color #207E94: hue angle of 191.38º 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 #207E94 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 126 | 148 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.42 |
| HSL | 191.38º | 0.64% | 0.35% | - |
| HSV(B) | 191.38º | 0.78% | 0.58% | - |
| XYZ | 13.4 | 17.37 | 30.66 | - |
| YUV | 100.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 148 | 0.78 | 0.15 | 0 | 0.42 | 191.38 | 0.64 | 0.35 |
| Hex | 20 | 7E | 94 | 4E | F | 0 | 2A | BF | 40 | 23 |
| Octal | 40 | 176 | 224 | 116 | 17 | 0 | 52 | 277 | 100 | 43 |
| Binary | 100000 | 1111110 | 10010100 | 1001110 | 1111 | 0 | 101010 | 10111111 | 1000000 | 100011 |
Color Harmonies of #207E94
Complementary color
Monochromatic Colors of #207E94
Black with #207E94
Text Example
Text Example
White with #207E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E94; }
p { color: rgb(32,126,148); }
H1.HeaderClassName
{
color: #207E94;
}
.AnyTagClassName
{
color: #207E94;
}
</style>
background-color css
<style>
a { background-color: #207E94; }
a { background-color: rgb(32,126,148); }
div.DivClassName
{
background-color: #207E94;
}
.BgClassName
{
background-color: #207E94;
}
</style>
border-color css
<style>
span { border-color: #207E94; }
span { border-color: rgb(32,126,148); }
td.TdClassName
{
border-color: #207E94;
}
.TagClassName
{
border-color: #207E94;
}
</style>