Shades of Portage #7591DC
Tints of Portage #7591DC
RGB
CMYK
RGB Variations
Color information
#7591DC (or 0x7591DC) is known color: Portage. HEX triplet: 75, 91 and DC. RGB value is (117,145,220). Sum of RGB (Red+Green+Blue) = 117+145+220=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7591DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7591DC is #8A6E23. Grayscale: #909090. Windows color (decimal): -9072164 or 14455157. OLE color: 14455157.
HSL color Cylindrical-coordinate representation of color #7591DC: hue angle of 223.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7591DC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 145 | 220 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.14 |
| HSL | 223.69º | 0.6% | 0.66% | - |
| HSV(B) | 223.69º | 0.47% | 0.86% | - |
| XYZ | 30.38 | 29.2 | 71.75 | - |
| YUV | 145.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 220 | 0.47 | 0.34 | 0 | 0.14 | 223.69 | 0.6 | 0.66 |
| Hex | 75 | 91 | DC | 2F | 22 | 0 | E | E0 | 3C | 42 |
| Octal | 165 | 221 | 334 | 57 | 42 | 0 | 16 | 340 | 74 | 102 |
| Binary | 1110101 | 10010001 | 11011100 | 101111 | 100010 | 0 | 1110 | 11100000 | 111100 | 1000010 |
Color Harmonies of #7591DC
Complementary color
Monochromatic Colors of #7591DC
Black with #7591DC
Text Example
Text Example
White with #7591DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591DC; }
p { color: rgb(117,145,220); }
H1.HeaderClassName
{
color: #7591DC;
}
.AnyTagClassName
{
color: #7591DC;
}
</style>
background-color css
<style>
a { background-color: #7591DC; }
a { background-color: rgb(117,145,220); }
div.DivClassName
{
background-color: #7591DC;
}
.BgClassName
{
background-color: #7591DC;
}
</style>
border-color css
<style>
span { border-color: #7591DC; }
span { border-color: rgb(117,145,220); }
td.TdClassName
{
border-color: #7591DC;
}
.TagClassName
{
border-color: #7591DC;
}
</style>