Shades of Scooter #1F7E93
Tints of Scooter #1F7E93
RGB
CMYK
RGB Variations
Color information
#1F7E93 (or 0x1F7E93) is known color: Scooter. HEX triplet: 1F, 7E and 93. RGB value is (31,126,147). Sum of RGB (Red+Green+Blue) = 31+126+147=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 126 (49.61% from 255 or 41.45% 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 #1F7E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7E93 is #E0816C. Grayscale: #636363. Windows color (decimal): -14713197 or 9666079. OLE color: 9666079.
HSL color Cylindrical-coordinate representation of color #1F7E93: hue angle of 190.86º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7E93 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 126 | 147 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.42 |
| HSL | 190.86º | 0.65% | 0.35% | - |
| HSV(B) | 190.86º | 0.79% | 0.58% | - |
| XYZ | 13.29 | 17.32 | 30.25 | - |
| YUV | 99.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 147 | 0.79 | 0.14 | 0 | 0.42 | 190.86 | 0.65 | 0.35 |
| Hex | 1F | 7E | 93 | 4F | E | 0 | 2A | BF | 41 | 23 |
| Octal | 37 | 176 | 223 | 117 | 16 | 0 | 52 | 277 | 101 | 43 |
| Binary | 11111 | 1111110 | 10010011 | 1001111 | 1110 | 0 | 101010 | 10111111 | 1000001 | 100011 |
Color Harmonies of #1F7E93
Complementary color
Monochromatic Colors of #1F7E93
Black with #1F7E93
Text Example
Text Example
White with #1F7E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7E93; }
p { color: rgb(31,126,147); }
H1.HeaderClassName
{
color: #1F7E93;
}
.AnyTagClassName
{
color: #1F7E93;
}
</style>
background-color css
<style>
a { background-color: #1F7E93; }
a { background-color: rgb(31,126,147); }
div.DivClassName
{
background-color: #1F7E93;
}
.BgClassName
{
background-color: #1F7E93;
}
</style>
border-color css
<style>
span { border-color: #1F7E93; }
span { border-color: rgb(31,126,147); }
td.TdClassName
{
border-color: #1F7E93;
}
.TagClassName
{
border-color: #1F7E93;
}
</style>