Shades of Scooter #207D93
Tints of Scooter #207D93
RGB
CMYK
RGB Variations
Color information
#207D93 (or 0x207D93) is known color: Scooter. HEX triplet: 20, 7D and 93. RGB value is (32,125,147). Sum of RGB (Red+Green+Blue) = 32+125+147=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #207D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D93 is #DF826C. Grayscale: #636363. Windows color (decimal): -14647917 or 9665824. OLE color: 9665824.
HSL color Cylindrical-coordinate representation of color #207D93: hue angle of 191.48º 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 #207D93 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 125 | 147 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.42 |
| HSL | 191.48º | 0.64% | 0.35% | - |
| HSV(B) | 191.48º | 0.78% | 0.58% | - |
| XYZ | 13.2 | 17.08 | 30.21 | - |
| YUV | 99.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 147 | 0.78 | 0.15 | 0 | 0.42 | 191.48 | 0.64 | 0.35 |
| Hex | 20 | 7D | 93 | 4E | F | 0 | 2A | BF | 40 | 23 |
| Octal | 40 | 175 | 223 | 116 | 17 | 0 | 52 | 277 | 100 | 43 |
| Binary | 100000 | 1111101 | 10010011 | 1001110 | 1111 | 0 | 101010 | 10111111 | 1000000 | 100011 |
Color Harmonies of #207D93
Complementary color
Monochromatic Colors of #207D93
Black with #207D93
Text Example
Text Example
White with #207D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D93; }
p { color: rgb(32,125,147); }
H1.HeaderClassName
{
color: #207D93;
}
.AnyTagClassName
{
color: #207D93;
}
</style>
background-color css
<style>
a { background-color: #207D93; }
a { background-color: rgb(32,125,147); }
div.DivClassName
{
background-color: #207D93;
}
.BgClassName
{
background-color: #207D93;
}
</style>
border-color css
<style>
span { border-color: #207D93; }
span { border-color: rgb(32,125,147); }
td.TdClassName
{
border-color: #207D93;
}
.TagClassName
{
border-color: #207D93;
}
</style>