Shades of Portage #748EDB
Tints of Portage #748EDB
RGB
CMYK
RGB Variations
Color information
#748EDB (or 0x748EDB) is known color: Portage. HEX triplet: 74, 8E and DB. RGB value is (116,142,219). Sum of RGB (Red+Green+Blue) = 116+142+219=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #748EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EDB is #8B7124. Grayscale: #8E8E8E. Windows color (decimal): -9138469 or 14388852. OLE color: 14388852.
HSL color Cylindrical-coordinate representation of color #748EDB: hue angle of 224.85º 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 #748EDB is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 142 | 219 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.14 |
| HSL | 224.85º | 0.59% | 0.66% | - |
| HSV(B) | 224.85º | 0.47% | 0.86% | - |
| XYZ | 29.66 | 28.17 | 70.89 | - |
| YUV | 143 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 219 | 0.47 | 0.35 | 0 | 0.14 | 224.85 | 0.59 | 0.66 |
| Hex | 74 | 8E | DB | 2F | 23 | 0 | E | E1 | 3B | 42 |
| Octal | 164 | 216 | 333 | 57 | 43 | 0 | 16 | 341 | 73 | 102 |
| Binary | 1110100 | 10001110 | 11011011 | 101111 | 100011 | 0 | 1110 | 11100001 | 111011 | 1000010 |
Color Harmonies of #748EDB
Complementary color
Monochromatic Colors of #748EDB
Black with #748EDB
Text Example
Text Example
White with #748EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EDB; }
p { color: rgb(116,142,219); }
H1.HeaderClassName
{
color: #748EDB;
}
.AnyTagClassName
{
color: #748EDB;
}
</style>
background-color css
<style>
a { background-color: #748EDB; }
a { background-color: rgb(116,142,219); }
div.DivClassName
{
background-color: #748EDB;
}
.BgClassName
{
background-color: #748EDB;
}
</style>
border-color css
<style>
span { border-color: #748EDB; }
span { border-color: rgb(116,142,219); }
td.TdClassName
{
border-color: #748EDB;
}
.TagClassName
{
border-color: #748EDB;
}
</style>