Shades of Scooter #207C93
Tints of Scooter #207C93
RGB
CMYK
RGB Variations
Color information
#207C93 (or 0x207C93) is known color: Scooter. HEX triplet: 20, 7C and 93. RGB value is (32,124,147). Sum of RGB (Red+Green+Blue) = 32+124+147=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #207C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C93 is #DF836C. Grayscale: #626262. Windows color (decimal): -14648173 or 9665568. OLE color: 9665568.
HSL color Cylindrical-coordinate representation of color #207C93: hue angle of 192º 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 #207C93 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 124 | 147 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.42 |
| HSL | 192º | 0.64% | 0.35% | - |
| HSV(B) | 192º | 0.78% | 0.58% | - |
| XYZ | 13.07 | 16.83 | 30.16 | - |
| YUV | 99.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 147 | 0.78 | 0.16 | 0 | 0.42 | 192 | 0.64 | 0.35 |
| Hex | 20 | 7C | 93 | 4E | 10 | 0 | 2A | C0 | 40 | 23 |
| Octal | 40 | 174 | 223 | 116 | 20 | 0 | 52 | 300 | 100 | 43 |
| Binary | 100000 | 1111100 | 10010011 | 1001110 | 10000 | 0 | 101010 | 11000000 | 1000000 | 100011 |
Color Harmonies of #207C93
Complementary color
Monochromatic Colors of #207C93
Black with #207C93
Text Example
Text Example
White with #207C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C93; }
p { color: rgb(32,124,147); }
H1.HeaderClassName
{
color: #207C93;
}
.AnyTagClassName
{
color: #207C93;
}
</style>
background-color css
<style>
a { background-color: #207C93; }
a { background-color: rgb(32,124,147); }
div.DivClassName
{
background-color: #207C93;
}
.BgClassName
{
background-color: #207C93;
}
</style>
border-color css
<style>
span { border-color: #207C93; }
span { border-color: rgb(32,124,147); }
td.TdClassName
{
border-color: #207C93;
}
.TagClassName
{
border-color: #207C93;
}
</style>