Shades of Portage #7581DC
Tints of Portage #7581DC
RGB
CMYK
RGB Variations
Color information
#7581DC (or 0x7581DC) is known color: Portage. HEX triplet: 75, 81 and DC. RGB value is (117,129,220). Sum of RGB (Red+Green+Blue) = 117+129+220=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #7581DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581DC is #8A7E23. Grayscale: #878787. Windows color (decimal): -9076260 or 14451061. OLE color: 14451061.
HSL color Cylindrical-coordinate representation of color #7581DC: hue angle of 233.01º 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 #7581DC is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 129 | 220 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.14 |
| HSL | 233.01º | 0.6% | 0.66% | - |
| HSV(B) | 233.01º | 0.47% | 0.86% | - |
| XYZ | 28.1 | 24.65 | 70.99 | - |
| YUV | 135.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 220 | 0.47 | 0.41 | 0 | 0.14 | 233.01 | 0.6 | 0.66 |
| Hex | 75 | 81 | DC | 2F | 29 | 0 | E | E9 | 3C | 42 |
| Octal | 165 | 201 | 334 | 57 | 51 | 0 | 16 | 351 | 74 | 102 |
| Binary | 1110101 | 10000001 | 11011100 | 101111 | 101001 | 0 | 1110 | 11101001 | 111100 | 1000010 |
Color Harmonies of #7581DC
Complementary color
Monochromatic Colors of #7581DC
Black with #7581DC
Text Example
Text Example
White with #7581DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581DC; }
p { color: rgb(117,129,220); }
H1.HeaderClassName
{
color: #7581DC;
}
.AnyTagClassName
{
color: #7581DC;
}
</style>
background-color css
<style>
a { background-color: #7581DC; }
a { background-color: rgb(117,129,220); }
div.DivClassName
{
background-color: #7581DC;
}
.BgClassName
{
background-color: #7581DC;
}
</style>
border-color css
<style>
span { border-color: #7581DC; }
span { border-color: rgb(117,129,220); }
td.TdClassName
{
border-color: #7581DC;
}
.TagClassName
{
border-color: #7581DC;
}
</style>