Shades of Portage #7891CF
Tints of Portage #7891CF
RGB
CMYK
RGB Variations
Color information
#7891CF (or 0x7891CF) is known color: Portage. HEX triplet: 78, 91 and CF. RGB value is (120,145,207). Sum of RGB (Red+Green+Blue) = 120+145+207=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7891CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891CF is #876E30. Grayscale: #909090. Windows color (decimal): -8875569 or 13603192. OLE color: 13603192.
HSL color Cylindrical-coordinate representation of color #7891CF: hue angle of 222.76º 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 #7891CF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 145 | 207 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.19 |
| HSL | 222.76º | 0.48% | 0.64% | - |
| HSV(B) | 222.76º | 0.42% | 0.81% | - |
| XYZ | 29.13 | 28.75 | 63.05 | - |
| YUV | 144.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 207 | 0.42 | 0.30 | 0 | 0.19 | 222.76 | 0.48 | 0.64 |
| Hex | 78 | 91 | CF | 2A | 1E | 0 | 13 | DF | 30 | 40 |
| Octal | 170 | 221 | 317 | 52 | 36 | 0 | 23 | 337 | 60 | 100 |
| Binary | 1111000 | 10010001 | 11001111 | 101010 | 11110 | 0 | 10011 | 11011111 | 110000 | 1000000 |
Color Harmonies of #7891CF
Complementary color
Monochromatic Colors of #7891CF
Black with #7891CF
Text Example
Text Example
White with #7891CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891CF; }
p { color: rgb(120,145,207); }
H1.HeaderClassName
{
color: #7891CF;
}
.AnyTagClassName
{
color: #7891CF;
}
</style>
background-color css
<style>
a { background-color: #7891CF; }
a { background-color: rgb(120,145,207); }
div.DivClassName
{
background-color: #7891CF;
}
.BgClassName
{
background-color: #7891CF;
}
</style>
border-color css
<style>
span { border-color: #7891CF; }
span { border-color: rgb(120,145,207); }
td.TdClassName
{
border-color: #7891CF;
}
.TagClassName
{
border-color: #7891CF;
}
</style>