Shades of Portage #7581DA
Tints of Portage #7581DA
RGB
CMYK
RGB Variations
Color information
#7581DA (or 0x7581DA) is known color: Portage. HEX triplet: 75, 81 and DA. RGB value is (117,129,218). Sum of RGB (Red+Green+Blue) = 117+129+218=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #7581DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581DA is #8A7E25. Grayscale: #878787. Windows color (decimal): -9076262 or 14319989. OLE color: 14319989.
HSL color Cylindrical-coordinate representation of color #7581DA: hue angle of 232.87º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7581DA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 129 | 218 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.15 |
| HSL | 232.87º | 0.58% | 0.66% | - |
| HSV(B) | 232.87º | 0.46% | 0.85% | - |
| XYZ | 27.84 | 24.54 | 69.6 | - |
| YUV | 135.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 218 | 0.46 | 0.41 | 0 | 0.15 | 232.87 | 0.58 | 0.66 |
| Hex | 75 | 81 | DA | 2E | 29 | 0 | F | E9 | 3A | 42 |
| Octal | 165 | 201 | 332 | 56 | 51 | 0 | 17 | 351 | 72 | 102 |
| Binary | 1110101 | 10000001 | 11011010 | 101110 | 101001 | 0 | 1111 | 11101001 | 111010 | 1000010 |
Color Harmonies of #7581DA
Complementary color
Monochromatic Colors of #7581DA
Black with #7581DA
Text Example
Text Example
White with #7581DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581DA; }
p { color: rgb(117,129,218); }
H1.HeaderClassName
{
color: #7581DA;
}
.AnyTagClassName
{
color: #7581DA;
}
</style>
background-color css
<style>
a { background-color: #7581DA; }
a { background-color: rgb(117,129,218); }
div.DivClassName
{
background-color: #7581DA;
}
.BgClassName
{
background-color: #7581DA;
}
</style>
border-color css
<style>
span { border-color: #7581DA; }
span { border-color: rgb(117,129,218); }
td.TdClassName
{
border-color: #7581DA;
}
.TagClassName
{
border-color: #7581DA;
}
</style>