Shades of Portage #7F96CE
Tints of Portage #7F96CE
RGB
CMYK
RGB Variations
Color information
#7F96CE (or 0x7F96CE) is known color: Portage. HEX triplet: 7F, 96 and CE. RGB value is (127,150,206). Sum of RGB (Red+Green+Blue) = 127+150+206=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F96CE is #806931. Grayscale: #959595. Windows color (decimal): -8415538 or 13538943. OLE color: 13538943.
HSL color Cylindrical-coordinate representation of color #7F96CE: hue angle of 222.53º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F96CE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 150 | 206 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.19 |
| HSL | 222.53º | 0.45% | 0.65% | - |
| HSV(B) | 222.53º | 0.38% | 0.81% | - |
| XYZ | 30.8 | 30.78 | 62.71 | - |
| YUV | 149.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 206 | 0.38 | 0.27 | 0 | 0.19 | 222.53 | 0.45 | 0.65 |
| Hex | 7F | 96 | CE | 26 | 1B | 0 | 13 | DF | 2D | 41 |
| Octal | 177 | 226 | 316 | 46 | 33 | 0 | 23 | 337 | 55 | 101 |
| Binary | 1111111 | 10010110 | 11001110 | 100110 | 11011 | 0 | 10011 | 11011111 | 101101 | 1000001 |
Color Harmonies of #7F96CE
Complementary color
Monochromatic Colors of #7F96CE
Black with #7F96CE
Text Example
Text Example
White with #7F96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F96CE; }
p { color: rgb(127,150,206); }
H1.HeaderClassName
{
color: #7F96CE;
}
.AnyTagClassName
{
color: #7F96CE;
}
</style>
background-color css
<style>
a { background-color: #7F96CE; }
a { background-color: rgb(127,150,206); }
div.DivClassName
{
background-color: #7F96CE;
}
.BgClassName
{
background-color: #7F96CE;
}
</style>
border-color css
<style>
span { border-color: #7F96CE; }
span { border-color: rgb(127,150,206); }
td.TdClassName
{
border-color: #7F96CE;
}
.TagClassName
{
border-color: #7F96CE;
}
</style>