Shades of Portage #7792D5
Tints of Portage #7792D5
RGB
CMYK
RGB Variations
Color information
#7792D5 (or 0x7792D5) is known color: Portage. HEX triplet: 77, 92 and D5. RGB value is (119,146,213). Sum of RGB (Red+Green+Blue) = 119+146+213=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #7792D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7792D5 is #886D2A. Grayscale: #919191. Windows color (decimal): -8940843 or 13996663. OLE color: 13996663.
HSL color Cylindrical-coordinate representation of color #7792D5: hue angle of 222.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7792D5 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 146 | 213 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.16 |
| HSL | 222.77º | 0.53% | 0.65% | - |
| HSV(B) | 222.77º | 0.44% | 0.84% | - |
| XYZ | 29.9 | 29.28 | 67.03 | - |
| YUV | 145.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 213 | 0.44 | 0.31 | 0 | 0.16 | 222.77 | 0.53 | 0.65 |
| Hex | 77 | 92 | D5 | 2C | 1F | 0 | 10 | DF | 35 | 41 |
| Octal | 167 | 222 | 325 | 54 | 37 | 0 | 20 | 337 | 65 | 101 |
| Binary | 1110111 | 10010010 | 11010101 | 101100 | 11111 | 0 | 10000 | 11011111 | 110101 | 1000001 |
Color Harmonies of #7792D5
Complementary color
Monochromatic Colors of #7792D5
Black with #7792D5
Text Example
Text Example
White with #7792D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7792D5; }
p { color: rgb(119,146,213); }
H1.HeaderClassName
{
color: #7792D5;
}
.AnyTagClassName
{
color: #7792D5;
}
</style>
background-color css
<style>
a { background-color: #7792D5; }
a { background-color: rgb(119,146,213); }
div.DivClassName
{
background-color: #7792D5;
}
.BgClassName
{
background-color: #7792D5;
}
</style>
border-color css
<style>
span { border-color: #7792D5; }
span { border-color: rgb(119,146,213); }
td.TdClassName
{
border-color: #7792D5;
}
.TagClassName
{
border-color: #7792D5;
}
</style>