Shades of Portage #7F93EC
Tints of Portage #7F93EC
RGB
CMYK
RGB Variations
Color information
#7F93EC (or 0x7F93EC) is known color: Portage. HEX triplet: 7F, 93 and EC. RGB value is (127,147,236). Sum of RGB (Red+Green+Blue) = 127+147+236=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F93EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F93EC is #806C13. Grayscale: #969696. Windows color (decimal): -8416276 or 15504255. OLE color: 15504255.
HSL color Cylindrical-coordinate representation of color #7F93EC: hue angle of 228.99º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F93EC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 147 | 236 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.07 |
| HSL | 228.99º | 0.74% | 0.71% | - |
| HSV(B) | 228.99º | 0.46% | 0.93% | - |
| XYZ | 34.33 | 31.44 | 83.62 | - |
| YUV | 151.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 236 | 0.46 | 0.38 | 0 | 0.07 | 228.99 | 0.74 | 0.71 |
| Hex | 7F | 93 | EC | 2E | 26 | 0 | 7 | E5 | 4A | 47 |
| Octal | 177 | 223 | 354 | 56 | 46 | 0 | 7 | 345 | 112 | 107 |
| Binary | 1111111 | 10010011 | 11101100 | 101110 | 100110 | 0 | 111 | 11100101 | 1001010 | 1000111 |
Color Harmonies of #7F93EC
Complementary color
Monochromatic Colors of #7F93EC
Black with #7F93EC
Text Example
Text Example
White with #7F93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F93EC; }
p { color: rgb(127,147,236); }
H1.HeaderClassName
{
color: #7F93EC;
}
.AnyTagClassName
{
color: #7F93EC;
}
</style>
background-color css
<style>
a { background-color: #7F93EC; }
a { background-color: rgb(127,147,236); }
div.DivClassName
{
background-color: #7F93EC;
}
.BgClassName
{
background-color: #7F93EC;
}
</style>
border-color css
<style>
span { border-color: #7F93EC; }
span { border-color: rgb(127,147,236); }
td.TdClassName
{
border-color: #7F93EC;
}
.TagClassName
{
border-color: #7F93EC;
}
</style>