Shades of Portage #7580DC
Tints of Portage #7580DC
RGB
CMYK
RGB Variations
Color information
#7580DC (or 0x7580DC) is known color: Portage. HEX triplet: 75, 80 and DC. RGB value is (117,128,220). Sum of RGB (Red+Green+Blue) = 117+128+220=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #7580DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580DC is #8A7F23. Grayscale: #868686. Windows color (decimal): -9076516 or 14450805. OLE color: 14450805.
HSL color Cylindrical-coordinate representation of color #7580DC: hue angle of 233.59º 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 #7580DC is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 128 | 220 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.14 |
| HSL | 233.59º | 0.6% | 0.66% | - |
| HSV(B) | 233.59º | 0.47% | 0.86% | - |
| XYZ | 27.97 | 24.39 | 70.94 | - |
| YUV | 135.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 220 | 0.47 | 0.42 | 0 | 0.14 | 233.59 | 0.6 | 0.66 |
| Hex | 75 | 80 | DC | 2F | 2A | 0 | E | EA | 3C | 42 |
| Octal | 165 | 200 | 334 | 57 | 52 | 0 | 16 | 352 | 74 | 102 |
| Binary | 1110101 | 10000000 | 11011100 | 101111 | 101010 | 0 | 1110 | 11101010 | 111100 | 1000010 |
Color Harmonies of #7580DC
Complementary color
Monochromatic Colors of #7580DC
Black with #7580DC
Text Example
Text Example
White with #7580DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7580DC; }
p { color: rgb(117,128,220); }
H1.HeaderClassName
{
color: #7580DC;
}
.AnyTagClassName
{
color: #7580DC;
}
</style>
background-color css
<style>
a { background-color: #7580DC; }
a { background-color: rgb(117,128,220); }
div.DivClassName
{
background-color: #7580DC;
}
.BgClassName
{
background-color: #7580DC;
}
</style>
border-color css
<style>
span { border-color: #7580DC; }
span { border-color: rgb(117,128,220); }
td.TdClassName
{
border-color: #7580DC;
}
.TagClassName
{
border-color: #7580DC;
}
</style>