Shades of Portage #7F93F6
Tints of Portage #7F93F6
RGB
CMYK
RGB Variations
Color information
#7F93F6 (or 0x7F93F6) is known color: Portage. HEX triplet: 7F, 93 and F6. RGB value is (127,147,246). Sum of RGB (Red+Green+Blue) = 127+147+246=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F93F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F93F6 is #806C09. Grayscale: #979797. Windows color (decimal): -8416266 or 16159615. OLE color: 16159615.
HSL color Cylindrical-coordinate representation of color #7F93F6: hue angle of 229.92º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F93F6 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 147 | 246 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.04 |
| HSL | 229.92º | 0.87% | 0.73% | - |
| HSV(B) | 229.92º | 0.48% | 0.96% | - |
| XYZ | 35.82 | 32.03 | 91.48 | - |
| YUV | 152.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 246 | 0.48 | 0.40 | 0 | 0.04 | 229.92 | 0.87 | 0.73 |
| Hex | 7F | 93 | F6 | 30 | 28 | 0 | 4 | E6 | 57 | 49 |
| Octal | 177 | 223 | 366 | 60 | 50 | 0 | 4 | 346 | 127 | 111 |
| Binary | 1111111 | 10010011 | 11110110 | 110000 | 101000 | 0 | 100 | 11100110 | 1010111 | 1001001 |
Color Harmonies of #7F93F6
Complementary color
Monochromatic Colors of #7F93F6
Black with #7F93F6
Text Example
Text Example
White with #7F93F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F93F6; }
p { color: rgb(127,147,246); }
H1.HeaderClassName
{
color: #7F93F6;
}
.AnyTagClassName
{
color: #7F93F6;
}
</style>
background-color css
<style>
a { background-color: #7F93F6; }
a { background-color: rgb(127,147,246); }
div.DivClassName
{
background-color: #7F93F6;
}
.BgClassName
{
background-color: #7F93F6;
}
</style>
border-color css
<style>
span { border-color: #7F93F6; }
span { border-color: rgb(127,147,246); }
td.TdClassName
{
border-color: #7F93F6;
}
.TagClassName
{
border-color: #7F93F6;
}
</style>