Shades of Portage #748AD5
Tints of Portage #748AD5
RGB
CMYK
RGB Variations
Color information
#748AD5 (or 0x748AD5) is known color: Portage. HEX triplet: 74, 8A and D5. RGB value is (116,138,213). Sum of RGB (Red+Green+Blue) = 116+138+213=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #748AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AD5 is #8B752A. Grayscale: #8B8B8B. Windows color (decimal): -9139499 or 13994612. OLE color: 13994612.
HSL color Cylindrical-coordinate representation of color #748AD5: hue angle of 226.39º 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 #748AD5 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 138 | 213 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.16 |
| HSL | 226.39º | 0.54% | 0.65% | - |
| HSV(B) | 226.39º | 0.46% | 0.84% | - |
| XYZ | 28.3 | 26.69 | 66.61 | - |
| YUV | 139.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 213 | 0.46 | 0.35 | 0 | 0.16 | 226.39 | 0.54 | 0.65 |
| Hex | 74 | 8A | D5 | 2E | 23 | 0 | 10 | E2 | 36 | 41 |
| Octal | 164 | 212 | 325 | 56 | 43 | 0 | 20 | 342 | 66 | 101 |
| Binary | 1110100 | 10001010 | 11010101 | 101110 | 100011 | 0 | 10000 | 11100010 | 110110 | 1000001 |
Color Harmonies of #748AD5
Complementary color
Monochromatic Colors of #748AD5
Black with #748AD5
Text Example
Text Example
White with #748AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748AD5; }
p { color: rgb(116,138,213); }
H1.HeaderClassName
{
color: #748AD5;
}
.AnyTagClassName
{
color: #748AD5;
}
</style>
background-color css
<style>
a { background-color: #748AD5; }
a { background-color: rgb(116,138,213); }
div.DivClassName
{
background-color: #748AD5;
}
.BgClassName
{
background-color: #748AD5;
}
</style>
border-color css
<style>
span { border-color: #748AD5; }
span { border-color: rgb(116,138,213); }
td.TdClassName
{
border-color: #748AD5;
}
.TagClassName
{
border-color: #748AD5;
}
</style>