Shades of Portage #7F96DC
Tints of Portage #7F96DC
RGB
CMYK
RGB Variations
Color information
#7F96DC (or 0x7F96DC) is known color: Portage. HEX triplet: 7F, 96 and DC. RGB value is (127,150,220). Sum of RGB (Red+Green+Blue) = 127+150+220=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96DC is #806923. Grayscale: #969696. Windows color (decimal): -8415524 or 14456447. OLE color: 14456447.
HSL color Cylindrical-coordinate representation of color #7F96DC: hue angle of 225.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F96DC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 150 | 220 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.14 |
| HSL | 225.16º | 0.57% | 0.68% | - |
| HSV(B) | 225.16º | 0.42% | 0.86% | - |
| XYZ | 32.58 | 31.49 | 72.07 | - |
| YUV | 151.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 220 | 0.42 | 0.32 | 0 | 0.14 | 225.16 | 0.57 | 0.68 |
| Hex | 7F | 96 | DC | 2A | 20 | 0 | E | E1 | 39 | 44 |
| Octal | 177 | 226 | 334 | 52 | 40 | 0 | 16 | 341 | 71 | 104 |
| Binary | 1111111 | 10010110 | 11011100 | 101010 | 100000 | 0 | 1110 | 11100001 | 111001 | 1000100 |
Color Harmonies of #7F96DC
Complementary color
Monochromatic Colors of #7F96DC
Black with #7F96DC
Text Example
Text Example
White with #7F96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F96DC; }
p { color: rgb(127,150,220); }
H1.HeaderClassName
{
color: #7F96DC;
}
.AnyTagClassName
{
color: #7F96DC;
}
</style>
background-color css
<style>
a { background-color: #7F96DC; }
a { background-color: rgb(127,150,220); }
div.DivClassName
{
background-color: #7F96DC;
}
.BgClassName
{
background-color: #7F96DC;
}
</style>
border-color css
<style>
span { border-color: #7F96DC; }
span { border-color: rgb(127,150,220); }
td.TdClassName
{
border-color: #7F96DC;
}
.TagClassName
{
border-color: #7F96DC;
}
</style>