Shades of Portage #7588DA
Tints of Portage #7588DA
RGB
CMYK
RGB Variations
Color information
#7588DA (or 0x7588DA) is known color: Portage. HEX triplet: 75, 88 and DA. RGB value is (117,136,218). Sum of RGB (Red+Green+Blue) = 117+136+218=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #7588DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588DA is #8A7725. Grayscale: #8B8B8B. Windows color (decimal): -9074470 or 14321781. OLE color: 14321781.
HSL color Cylindrical-coordinate representation of color #7588DA: hue angle of 228.71º 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 #7588DA is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 136 | 218 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.15 |
| HSL | 228.71º | 0.58% | 0.66% | - |
| HSV(B) | 228.71º | 0.46% | 0.85% | - |
| XYZ | 28.8 | 26.45 | 69.92 | - |
| YUV | 139.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 218 | 0.46 | 0.38 | 0 | 0.15 | 228.71 | 0.58 | 0.66 |
| Hex | 75 | 88 | DA | 2E | 26 | 0 | F | E5 | 3A | 42 |
| Octal | 165 | 210 | 332 | 56 | 46 | 0 | 17 | 345 | 72 | 102 |
| Binary | 1110101 | 10001000 | 11011010 | 101110 | 100110 | 0 | 1111 | 11100101 | 111010 | 1000010 |
Color Harmonies of #7588DA
Complementary color
Monochromatic Colors of #7588DA
Black with #7588DA
Text Example
Text Example
White with #7588DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588DA; }
p { color: rgb(117,136,218); }
H1.HeaderClassName
{
color: #7588DA;
}
.AnyTagClassName
{
color: #7588DA;
}
</style>
background-color css
<style>
a { background-color: #7588DA; }
a { background-color: rgb(117,136,218); }
div.DivClassName
{
background-color: #7588DA;
}
.BgClassName
{
background-color: #7588DA;
}
</style>
border-color css
<style>
span { border-color: #7588DA; }
span { border-color: rgb(117,136,218); }
td.TdClassName
{
border-color: #7588DA;
}
.TagClassName
{
border-color: #7588DA;
}
</style>