Shades of Portage #7488DC
Tints of Portage #7488DC
RGB
CMYK
RGB Variations
Color information
#7488DC (or 0x7488DC) is known color: Portage. HEX triplet: 74, 88 and DC. RGB value is (116,136,220). Sum of RGB (Red+Green+Blue) = 116+136+220=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7488DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488DC is #8B7723. Grayscale: #8B8B8B. Windows color (decimal): -9140004 or 14452852. OLE color: 14452852.
HSL color Cylindrical-coordinate representation of color #7488DC: hue angle of 228.46º 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 #7488DC is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 136 | 220 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.14 |
| HSL | 228.46º | 0.6% | 0.66% | - |
| HSV(B) | 228.46º | 0.47% | 0.86% | - |
| XYZ | 28.92 | 26.49 | 71.3 | - |
| YUV | 139.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 220 | 0.47 | 0.38 | 0 | 0.14 | 228.46 | 0.6 | 0.66 |
| Hex | 74 | 88 | DC | 2F | 26 | 0 | E | E4 | 3C | 42 |
| Octal | 164 | 210 | 334 | 57 | 46 | 0 | 16 | 344 | 74 | 102 |
| Binary | 1110100 | 10001000 | 11011100 | 101111 | 100110 | 0 | 1110 | 11100100 | 111100 | 1000010 |
Color Harmonies of #7488DC
Complementary color
Monochromatic Colors of #7488DC
Black with #7488DC
Text Example
Text Example
White with #7488DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488DC; }
p { color: rgb(116,136,220); }
H1.HeaderClassName
{
color: #7488DC;
}
.AnyTagClassName
{
color: #7488DC;
}
</style>
background-color css
<style>
a { background-color: #7488DC; }
a { background-color: rgb(116,136,220); }
div.DivClassName
{
background-color: #7488DC;
}
.BgClassName
{
background-color: #7488DC;
}
</style>
border-color css
<style>
span { border-color: #7488DC; }
span { border-color: rgb(116,136,220); }
td.TdClassName
{
border-color: #7488DC;
}
.TagClassName
{
border-color: #7488DC;
}
</style>