Shades of Portage #7492D5
Tints of Portage #7492D5
RGB
CMYK
RGB Variations
Color information
#7492D5 (or 0x7492D5) is known color: Portage. HEX triplet: 74, 92 and D5. RGB value is (116,146,213). Sum of RGB (Red+Green+Blue) = 116+146+213=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #7492D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492D5 is #8B6D2A. Grayscale: #909090. Windows color (decimal): -9137451 or 13996660. OLE color: 13996660.
HSL color Cylindrical-coordinate representation of color #7492D5: hue angle of 221.44º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7492D5 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 146 | 213 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.16 |
| HSL | 221.44º | 0.54% | 0.65% | - |
| HSV(B) | 221.44º | 0.46% | 0.84% | - |
| XYZ | 29.49 | 29.07 | 67.01 | - |
| YUV | 144.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 213 | 0.46 | 0.31 | 0 | 0.16 | 221.44 | 0.54 | 0.65 |
| Hex | 74 | 92 | D5 | 2E | 1F | 0 | 10 | DD | 36 | 41 |
| Octal | 164 | 222 | 325 | 56 | 37 | 0 | 20 | 335 | 66 | 101 |
| Binary | 1110100 | 10010010 | 11010101 | 101110 | 11111 | 0 | 10000 | 11011101 | 110110 | 1000001 |
Color Harmonies of #7492D5
Complementary color
Monochromatic Colors of #7492D5
Black with #7492D5
Text Example
Text Example
White with #7492D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7492D5; }
p { color: rgb(116,146,213); }
H1.HeaderClassName
{
color: #7492D5;
}
.AnyTagClassName
{
color: #7492D5;
}
</style>
background-color css
<style>
a { background-color: #7492D5; }
a { background-color: rgb(116,146,213); }
div.DivClassName
{
background-color: #7492D5;
}
.BgClassName
{
background-color: #7492D5;
}
</style>
border-color css
<style>
span { border-color: #7492D5; }
span { border-color: rgb(116,146,213); }
td.TdClassName
{
border-color: #7492D5;
}
.TagClassName
{
border-color: #7492D5;
}
</style>