Shades of Portage #7896CF
Tints of Portage #7896CF
RGB
CMYK
RGB Variations
Color information
#7896CF (or 0x7896CF) is known color: Portage. HEX triplet: 78, 96 and CF. RGB value is (120,150,207). Sum of RGB (Red+Green+Blue) = 120+150+207=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #7896CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896CF is #876930. Grayscale: #939393. Windows color (decimal): -8874289 or 13604472. OLE color: 13604472.
HSL color Cylindrical-coordinate representation of color #7896CF: hue angle of 219.31º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7896CF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 150 | 207 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.19 |
| HSL | 219.31º | 0.48% | 0.64% | - |
| HSV(B) | 219.31º | 0.42% | 0.81% | - |
| XYZ | 29.91 | 30.31 | 63.31 | - |
| YUV | 147.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 207 | 0.42 | 0.28 | 0 | 0.19 | 219.31 | 0.48 | 0.64 |
| Hex | 78 | 96 | CF | 2A | 1C | 0 | 13 | DB | 30 | 40 |
| Octal | 170 | 226 | 317 | 52 | 34 | 0 | 23 | 333 | 60 | 100 |
| Binary | 1111000 | 10010110 | 11001111 | 101010 | 11100 | 0 | 10011 | 11011011 | 110000 | 1000000 |
Color Harmonies of #7896CF
Complementary color
Monochromatic Colors of #7896CF
Black with #7896CF
Text Example
Text Example
White with #7896CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7896CF; }
p { color: rgb(120,150,207); }
H1.HeaderClassName
{
color: #7896CF;
}
.AnyTagClassName
{
color: #7896CF;
}
</style>
background-color css
<style>
a { background-color: #7896CF; }
a { background-color: rgb(120,150,207); }
div.DivClassName
{
background-color: #7896CF;
}
.BgClassName
{
background-color: #7896CF;
}
</style>
border-color css
<style>
span { border-color: #7896CF; }
span { border-color: rgb(120,150,207); }
td.TdClassName
{
border-color: #7896CF;
}
.TagClassName
{
border-color: #7896CF;
}
</style>