Shades of Portage #7592D4
Tints of Portage #7592D4
RGB
CMYK
RGB Variations
Color information
#7592D4 (or 0x7592D4) is known color: Portage. HEX triplet: 75, 92 and D4. RGB value is (117,146,212). Sum of RGB (Red+Green+Blue) = 117+146+212=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #7592D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592D4 is #8A6D2B. Grayscale: #909090. Windows color (decimal): -9071916 or 13931125. OLE color: 13931125.
HSL color Cylindrical-coordinate representation of color #7592D4: hue angle of 221.68º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7592D4 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 146 | 212 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.17 |
| HSL | 221.68º | 0.52% | 0.65% | - |
| HSV(B) | 221.68º | 0.45% | 0.83% | - |
| XYZ | 29.5 | 29.09 | 66.35 | - |
| YUV | 144.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 212 | 0.45 | 0.31 | 0 | 0.17 | 221.68 | 0.52 | 0.65 |
| Hex | 75 | 92 | D4 | 2D | 1F | 0 | 11 | DE | 34 | 41 |
| Octal | 165 | 222 | 324 | 55 | 37 | 0 | 21 | 336 | 64 | 101 |
| Binary | 1110101 | 10010010 | 11010100 | 101101 | 11111 | 0 | 10001 | 11011110 | 110100 | 1000001 |
Color Harmonies of #7592D4
Complementary color
Monochromatic Colors of #7592D4
Black with #7592D4
Text Example
Text Example
White with #7592D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7592D4; }
p { color: rgb(117,146,212); }
H1.HeaderClassName
{
color: #7592D4;
}
.AnyTagClassName
{
color: #7592D4;
}
</style>
background-color css
<style>
a { background-color: #7592D4; }
a { background-color: rgb(117,146,212); }
div.DivClassName
{
background-color: #7592D4;
}
.BgClassName
{
background-color: #7592D4;
}
</style>
border-color css
<style>
span { border-color: #7592D4; }
span { border-color: rgb(117,146,212); }
td.TdClassName
{
border-color: #7592D4;
}
.TagClassName
{
border-color: #7592D4;
}
</style>