Shades of Scooter #207E9A
Tints of Scooter #207E9A
RGB
CMYK
RGB Variations
Color information
#207E9A (or 0x207E9A) is known color: Scooter. HEX triplet: 20, 7E and 9A. RGB value is (32,126,154). Sum of RGB (Red+Green+Blue) = 32+126+154=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #207E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207E9A is #DF8165. Grayscale: #646464. Windows color (decimal): -14647654 or 10124832. OLE color: 10124832.
HSL color Cylindrical-coordinate representation of color #207E9A: hue angle of 193.77º degrees, saturation: 0.66, 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 #207E9A is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 126 | 154 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.40 |
| HSL | 193.77º | 0.66% | 0.36% | - |
| HSV(B) | 193.77º | 0.79% | 0.6% | - |
| XYZ | 13.89 | 17.56 | 33.23 | - |
| YUV | 101.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 154 | 0.79 | 0.18 | 0 | 0.40 | 193.77 | 0.66 | 0.36 |
| Hex | 20 | 7E | 9A | 4F | 12 | 0 | 28 | C2 | 42 | 24 |
| Octal | 40 | 176 | 232 | 117 | 22 | 0 | 50 | 302 | 102 | 44 |
| Binary | 100000 | 1111110 | 10011010 | 1001111 | 10010 | 0 | 101000 | 11000010 | 1000010 | 100100 |
Color Harmonies of #207E9A
Complementary color
Monochromatic Colors of #207E9A
Black with #207E9A
Text Example
Text Example
White with #207E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E9A; }
p { color: rgb(32,126,154); }
H1.HeaderClassName
{
color: #207E9A;
}
.AnyTagClassName
{
color: #207E9A;
}
</style>
background-color css
<style>
a { background-color: #207E9A; }
a { background-color: rgb(32,126,154); }
div.DivClassName
{
background-color: #207E9A;
}
.BgClassName
{
background-color: #207E9A;
}
</style>
border-color css
<style>
span { border-color: #207E9A; }
span { border-color: rgb(32,126,154); }
td.TdClassName
{
border-color: #207E9A;
}
.TagClassName
{
border-color: #207E9A;
}
</style>