Shades of Portage #7488DB
Tints of Portage #7488DB
RGB
CMYK
RGB Variations
Color information
#7488DB (or 0x7488DB) is known color: Portage. HEX triplet: 74, 88 and DB. RGB value is (116,136,219). Sum of RGB (Red+Green+Blue) = 116+136+219=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7488DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488DB is #8B7724. Grayscale: #8B8B8B. Windows color (decimal): -9140005 or 14387316. OLE color: 14387316.
HSL color Cylindrical-coordinate representation of color #7488DB: hue angle of 228.35º degrees, saturation: 0.59, 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 #7488DB is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 136 | 219 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.14 |
| HSL | 228.35º | 0.59% | 0.66% | - |
| HSV(B) | 228.35º | 0.47% | 0.86% | - |
| XYZ | 28.79 | 26.44 | 70.6 | - |
| YUV | 139.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 219 | 0.47 | 0.38 | 0 | 0.14 | 228.35 | 0.59 | 0.66 |
| Hex | 74 | 88 | DB | 2F | 26 | 0 | E | E4 | 3B | 42 |
| Octal | 164 | 210 | 333 | 57 | 46 | 0 | 16 | 344 | 73 | 102 |
| Binary | 1110100 | 10001000 | 11011011 | 101111 | 100110 | 0 | 1110 | 11100100 | 111011 | 1000010 |
Color Harmonies of #7488DB
Complementary color
Monochromatic Colors of #7488DB
Black with #7488DB
Text Example
Text Example
White with #7488DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488DB; }
p { color: rgb(116,136,219); }
H1.HeaderClassName
{
color: #7488DB;
}
.AnyTagClassName
{
color: #7488DB;
}
</style>
background-color css
<style>
a { background-color: #7488DB; }
a { background-color: rgb(116,136,219); }
div.DivClassName
{
background-color: #7488DB;
}
.BgClassName
{
background-color: #7488DB;
}
</style>
border-color css
<style>
span { border-color: #7488DB; }
span { border-color: rgb(116,136,219); }
td.TdClassName
{
border-color: #7488DB;
}
.TagClassName
{
border-color: #7488DB;
}
</style>