Shades of Portage #7585DC
Tints of Portage #7585DC
RGB
CMYK
RGB Variations
Color information
#7585DC (or 0x7585DC) is known color: Portage. HEX triplet: 75, 85 and DC. RGB value is (117,133,220). Sum of RGB (Red+Green+Blue) = 117+133+220=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #7585DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585DC is #8A7A23. Grayscale: #898989. Windows color (decimal): -9075236 or 14452085. OLE color: 14452085.
HSL color Cylindrical-coordinate representation of color #7585DC: hue angle of 230.68º 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 #7585DC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 133 | 220 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.14 |
| HSL | 230.68º | 0.6% | 0.66% | - |
| HSV(B) | 230.68º | 0.47% | 0.86% | - |
| XYZ | 28.64 | 25.72 | 71.17 | - |
| YUV | 138.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 220 | 0.47 | 0.40 | 0 | 0.14 | 230.68 | 0.6 | 0.66 |
| Hex | 75 | 85 | DC | 2F | 28 | 0 | E | E7 | 3C | 42 |
| Octal | 165 | 205 | 334 | 57 | 50 | 0 | 16 | 347 | 74 | 102 |
| Binary | 1110101 | 10000101 | 11011100 | 101111 | 101000 | 0 | 1110 | 11100111 | 111100 | 1000010 |
Color Harmonies of #7585DC
Complementary color
Monochromatic Colors of #7585DC
Black with #7585DC
Text Example
Text Example
White with #7585DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585DC; }
p { color: rgb(117,133,220); }
H1.HeaderClassName
{
color: #7585DC;
}
.AnyTagClassName
{
color: #7585DC;
}
</style>
background-color css
<style>
a { background-color: #7585DC; }
a { background-color: rgb(117,133,220); }
div.DivClassName
{
background-color: #7585DC;
}
.BgClassName
{
background-color: #7585DC;
}
</style>
border-color css
<style>
span { border-color: #7585DC; }
span { border-color: rgb(117,133,220); }
td.TdClassName
{
border-color: #7585DC;
}
.TagClassName
{
border-color: #7585DC;
}
</style>