Shades of Portage #7F96EC
Tints of Portage #7F96EC
RGB
CMYK
RGB Variations
Color information
#7F96EC (or 0x7F96EC) is known color: Portage. HEX triplet: 7F, 96 and EC. RGB value is (127,150,236). Sum of RGB (Red+Green+Blue) = 127+150+236=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F96EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F96EC is #806913. Grayscale: #989898. Windows color (decimal): -8415508 or 15505023. OLE color: 15505023.
HSL color Cylindrical-coordinate representation of color #7F96EC: hue angle of 227.34º 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 #7F96EC is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 150 | 236 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.07 |
| HSL | 227.34º | 0.74% | 0.71% | - |
| HSV(B) | 227.34º | 0.46% | 0.93% | - |
| XYZ | 34.8 | 32.38 | 83.77 | - |
| YUV | 152.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 236 | 0.46 | 0.36 | 0 | 0.07 | 227.34 | 0.74 | 0.71 |
| Hex | 7F | 96 | EC | 2E | 24 | 0 | 7 | E3 | 4A | 47 |
| Octal | 177 | 226 | 354 | 56 | 44 | 0 | 7 | 343 | 112 | 107 |
| Binary | 1111111 | 10010110 | 11101100 | 101110 | 100100 | 0 | 111 | 11100011 | 1001010 | 1000111 |
Color Harmonies of #7F96EC
Complementary color
Monochromatic Colors of #7F96EC
Black with #7F96EC
Text Example
Text Example
White with #7F96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F96EC; }
p { color: rgb(127,150,236); }
H1.HeaderClassName
{
color: #7F96EC;
}
.AnyTagClassName
{
color: #7F96EC;
}
</style>
background-color css
<style>
a { background-color: #7F96EC; }
a { background-color: rgb(127,150,236); }
div.DivClassName
{
background-color: #7F96EC;
}
.BgClassName
{
background-color: #7F96EC;
}
</style>
border-color css
<style>
span { border-color: #7F96EC; }
span { border-color: rgb(127,150,236); }
td.TdClassName
{
border-color: #7F96EC;
}
.TagClassName
{
border-color: #7F96EC;
}
</style>