Shades of Portage #8AA0DD
Tints of Portage #8AA0DD
RGB
CMYK
RGB Variations
Color information
#8AA0DD (or 0x8AA0DD) is known color: Portage. HEX triplet: 8A, A0 and DD. RGB value is (138,160,221). Sum of RGB (Red+Green+Blue) = 138+160+221=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0DD is #755F22. Grayscale: #A0A0A0. Windows color (decimal): -7692067 or 14524554. OLE color: 14524554.
HSL color Cylindrical-coordinate representation of color #8AA0DD: hue angle of 224.1º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA0DD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 160 | 221 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.13 |
| HSL | 224.1º | 0.55% | 0.7% | - |
| HSV(B) | 224.1º | 0.38% | 0.87% | - |
| XYZ | 36.1 | 35.77 | 73.41 | - |
| YUV | 160.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 221 | 0.38 | 0.28 | 0 | 0.13 | 224.1 | 0.55 | 0.7 |
| Hex | 8A | A0 | DD | 26 | 1C | 0 | D | E0 | 37 | 46 |
| Octal | 212 | 240 | 335 | 46 | 34 | 0 | 15 | 340 | 67 | 106 |
| Binary | 10001010 | 10100000 | 11011101 | 100110 | 11100 | 0 | 1101 | 11100000 | 110111 | 1000110 |
Color Harmonies of #8AA0DD
Complementary color
Monochromatic Colors of #8AA0DD
Black with #8AA0DD
Text Example
Text Example
White with #8AA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA0DD; }
p { color: rgb(138,160,221); }
H1.HeaderClassName
{
color: #8AA0DD;
}
.AnyTagClassName
{
color: #8AA0DD;
}
</style>
background-color css
<style>
a { background-color: #8AA0DD; }
a { background-color: rgb(138,160,221); }
div.DivClassName
{
background-color: #8AA0DD;
}
.BgClassName
{
background-color: #8AA0DD;
}
</style>
border-color css
<style>
span { border-color: #8AA0DD; }
span { border-color: rgb(138,160,221); }
td.TdClassName
{
border-color: #8AA0DD;
}
.TagClassName
{
border-color: #8AA0DD;
}
</style>