Shades of Portage #7F96CC
Tints of Portage #7F96CC
RGB
CMYK
RGB Variations
Color information
#7F96CC (or 0x7F96CC) is known color: Portage. HEX triplet: 7F, 96 and CC. RGB value is (127,150,204). Sum of RGB (Red+Green+Blue) = 127+150+204=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F96CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96CC is #806933. Grayscale: #959595. Windows color (decimal): -8415540 or 13407871. OLE color: 13407871.
HSL color Cylindrical-coordinate representation of color #7F96CC: hue angle of 222.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F96CC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 150 | 204 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.2 |
| HSL | 222.08º | 0.43% | 0.65% | - |
| HSV(B) | 222.08º | 0.38% | 0.8% | - |
| XYZ | 30.56 | 30.68 | 61.44 | - |
| YUV | 149.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 204 | 0.38 | 0.26 | 0 | 0.2 | 222.08 | 0.43 | 0.65 |
| Hex | 7F | 96 | CC | 26 | 1A | 0 | 14 | DE | 2B | 41 |
| Octal | 177 | 226 | 314 | 46 | 32 | 0 | 24 | 336 | 53 | 101 |
| Binary | 1111111 | 10010110 | 11001100 | 100110 | 11010 | 0 | 10100 | 11011110 | 101011 | 1000001 |
Color Harmonies of #7F96CC
Complementary color
Monochromatic Colors of #7F96CC
Black with #7F96CC
Text Example
Text Example
White with #7F96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F96CC; }
p { color: rgb(127,150,204); }
H1.HeaderClassName
{
color: #7F96CC;
}
.AnyTagClassName
{
color: #7F96CC;
}
</style>
background-color css
<style>
a { background-color: #7F96CC; }
a { background-color: rgb(127,150,204); }
div.DivClassName
{
background-color: #7F96CC;
}
.BgClassName
{
background-color: #7F96CC;
}
</style>
border-color css
<style>
span { border-color: #7F96CC; }
span { border-color: rgb(127,150,204); }
td.TdClassName
{
border-color: #7F96CC;
}
.TagClassName
{
border-color: #7F96CC;
}
</style>