Shades of Portage #748FD5
Tints of Portage #748FD5
RGB
CMYK
RGB Variations
Color information
#748FD5 (or 0x748FD5) is known color: Portage. HEX triplet: 74, 8F and D5. RGB value is (116,143,213). Sum of RGB (Red+Green+Blue) = 116+143+213=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #748FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FD5 is #8B702A. Grayscale: #8E8E8E. Windows color (decimal): -9138219 or 13995892. OLE color: 13995892.
HSL color Cylindrical-coordinate representation of color #748FD5: hue angle of 223.3º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748FD5 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 143 | 213 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.16 |
| HSL | 223.3º | 0.54% | 0.65% | - |
| HSV(B) | 223.3º | 0.46% | 0.84% | - |
| XYZ | 29.04 | 28.16 | 66.86 | - |
| YUV | 142.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 213 | 0.46 | 0.33 | 0 | 0.16 | 223.3 | 0.54 | 0.65 |
| Hex | 74 | 8F | D5 | 2E | 21 | 0 | 10 | DF | 36 | 41 |
| Octal | 164 | 217 | 325 | 56 | 41 | 0 | 20 | 337 | 66 | 101 |
| Binary | 1110100 | 10001111 | 11010101 | 101110 | 100001 | 0 | 10000 | 11011111 | 110110 | 1000001 |
Color Harmonies of #748FD5
Complementary color
Monochromatic Colors of #748FD5
Black with #748FD5
Text Example
Text Example
White with #748FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FD5; }
p { color: rgb(116,143,213); }
H1.HeaderClassName
{
color: #748FD5;
}
.AnyTagClassName
{
color: #748FD5;
}
</style>
background-color css
<style>
a { background-color: #748FD5; }
a { background-color: rgb(116,143,213); }
div.DivClassName
{
background-color: #748FD5;
}
.BgClassName
{
background-color: #748FD5;
}
</style>
border-color css
<style>
span { border-color: #748FD5; }
span { border-color: rgb(116,143,213); }
td.TdClassName
{
border-color: #748FD5;
}
.TagClassName
{
border-color: #748FD5;
}
</style>