Shades of Portage #748ADD
Tints of Portage #748ADD
RGB
CMYK
RGB Variations
Color information
#748ADD (or 0x748ADD) is known color: Portage. HEX triplet: 74, 8A and DD. RGB value is (116,138,221). Sum of RGB (Red+Green+Blue) = 116+138+221=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #748ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ADD is #8B7522. Grayscale: #8C8C8C. Windows color (decimal): -9139491 or 14518900. OLE color: 14518900.
HSL color Cylindrical-coordinate representation of color #748ADD: hue angle of 227.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748ADD is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 138 | 221 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.13 |
| HSL | 227.43º | 0.61% | 0.66% | - |
| HSV(B) | 227.43º | 0.48% | 0.87% | - |
| XYZ | 29.34 | 27.11 | 72.09 | - |
| YUV | 140.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 221 | 0.48 | 0.38 | 0 | 0.13 | 227.43 | 0.61 | 0.66 |
| Hex | 74 | 8A | DD | 30 | 26 | 0 | D | E3 | 3D | 42 |
| Octal | 164 | 212 | 335 | 60 | 46 | 0 | 15 | 343 | 75 | 102 |
| Binary | 1110100 | 10001010 | 11011101 | 110000 | 100110 | 0 | 1101 | 11100011 | 111101 | 1000010 |
Color Harmonies of #748ADD
Complementary color
Monochromatic Colors of #748ADD
Black with #748ADD
Text Example
Text Example
White with #748ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ADD; }
p { color: rgb(116,138,221); }
H1.HeaderClassName
{
color: #748ADD;
}
.AnyTagClassName
{
color: #748ADD;
}
</style>
background-color css
<style>
a { background-color: #748ADD; }
a { background-color: rgb(116,138,221); }
div.DivClassName
{
background-color: #748ADD;
}
.BgClassName
{
background-color: #748ADD;
}
</style>
border-color css
<style>
span { border-color: #748ADD; }
span { border-color: rgb(116,138,221); }
td.TdClassName
{
border-color: #748ADD;
}
.TagClassName
{
border-color: #748ADD;
}
</style>