Shades of Portage #748FDB
Tints of Portage #748FDB
RGB
CMYK
RGB Variations
Color information
#748FDB (or 0x748FDB) is known color: Portage. HEX triplet: 74, 8F and DB. RGB value is (116,143,219). Sum of RGB (Red+Green+Blue) = 116+143+219=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #748FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FDB is #8B7024. Grayscale: #8F8F8F. Windows color (decimal): -9138213 or 14389108. OLE color: 14389108.
HSL color Cylindrical-coordinate representation of color #748FDB: hue angle of 224.27º 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 #748FDB is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 143 | 219 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.14 |
| HSL | 224.27º | 0.59% | 0.66% | - |
| HSV(B) | 224.27º | 0.47% | 0.86% | - |
| XYZ | 29.81 | 28.47 | 70.94 | - |
| YUV | 143.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 219 | 0.47 | 0.35 | 0 | 0.14 | 224.27 | 0.59 | 0.66 |
| Hex | 74 | 8F | DB | 2F | 23 | 0 | E | E0 | 3B | 42 |
| Octal | 164 | 217 | 333 | 57 | 43 | 0 | 16 | 340 | 73 | 102 |
| Binary | 1110100 | 10001111 | 11011011 | 101111 | 100011 | 0 | 1110 | 11100000 | 111011 | 1000010 |
Color Harmonies of #748FDB
Complementary color
Monochromatic Colors of #748FDB
Black with #748FDB
Text Example
Text Example
White with #748FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FDB; }
p { color: rgb(116,143,219); }
H1.HeaderClassName
{
color: #748FDB;
}
.AnyTagClassName
{
color: #748FDB;
}
</style>
background-color css
<style>
a { background-color: #748FDB; }
a { background-color: rgb(116,143,219); }
div.DivClassName
{
background-color: #748FDB;
}
.BgClassName
{
background-color: #748FDB;
}
</style>
border-color css
<style>
span { border-color: #748FDB; }
span { border-color: rgb(116,143,219); }
td.TdClassName
{
border-color: #748FDB;
}
.TagClassName
{
border-color: #748FDB;
}
</style>