Shades of Portage #7F96F4
Tints of Portage #7F96F4
RGB
CMYK
RGB Variations
Color information
#7F96F4 (or 0x7F96F4) is known color: Portage. HEX triplet: 7F, 96 and F4. RGB value is (127,150,244). Sum of RGB (Red+Green+Blue) = 127+150+244=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #7F96F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F96F4 is #80690B. Grayscale: #999999. Windows color (decimal): -8415500 or 16029311. OLE color: 16029311.
HSL color Cylindrical-coordinate representation of color #7F96F4: hue angle of 228.21º degrees, saturation: 0.84, 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 #7F96F4 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 150 | 244 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.04 |
| HSL | 228.21º | 0.84% | 0.73% | - |
| HSV(B) | 228.21º | 0.48% | 0.96% | - |
| XYZ | 35.99 | 32.86 | 90.03 | - |
| YUV | 153.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 244 | 0.48 | 0.39 | 0 | 0.04 | 228.21 | 0.84 | 0.73 |
| Hex | 7F | 96 | F4 | 30 | 27 | 0 | 4 | E4 | 54 | 49 |
| Octal | 177 | 226 | 364 | 60 | 47 | 0 | 4 | 344 | 124 | 111 |
| Binary | 1111111 | 10010110 | 11110100 | 110000 | 100111 | 0 | 100 | 11100100 | 1010100 | 1001001 |
Color Harmonies of #7F96F4
Complementary color
Monochromatic Colors of #7F96F4
Black with #7F96F4
Text Example
Text Example
White with #7F96F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F96F4; }
p { color: rgb(127,150,244); }
H1.HeaderClassName
{
color: #7F96F4;
}
.AnyTagClassName
{
color: #7F96F4;
}
</style>
background-color css
<style>
a { background-color: #7F96F4; }
a { background-color: rgb(127,150,244); }
div.DivClassName
{
background-color: #7F96F4;
}
.BgClassName
{
background-color: #7F96F4;
}
</style>
border-color css
<style>
span { border-color: #7F96F4; }
span { border-color: rgb(127,150,244); }
td.TdClassName
{
border-color: #7F96F4;
}
.TagClassName
{
border-color: #7F96F4;
}
</style>