Shades of Portage #8AA2DD
Tints of Portage #8AA2DD
RGB
CMYK
RGB Variations
Color information
#8AA2DD (or 0x8AA2DD) is known color: Portage. HEX triplet: 8A, A2 and DD. RGB value is (138,162,221). Sum of RGB (Red+Green+Blue) = 138+162+221=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA2DD is #755D22. Grayscale: #A1A1A1. Windows color (decimal): -7691555 or 14525066. OLE color: 14525066.
HSL color Cylindrical-coordinate representation of color #8AA2DD: hue angle of 222.65º 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 #8AA2DD is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 162 | 221 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.13 |
| HSL | 222.65º | 0.55% | 0.7% | - |
| HSV(B) | 222.65º | 0.38% | 0.87% | - |
| XYZ | 36.45 | 36.46 | 73.52 | - |
| YUV | 161.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 221 | 0.38 | 0.27 | 0 | 0.13 | 222.65 | 0.55 | 0.7 |
| Hex | 8A | A2 | DD | 26 | 1B | 0 | D | DF | 37 | 46 |
| Octal | 212 | 242 | 335 | 46 | 33 | 0 | 15 | 337 | 67 | 106 |
| Binary | 10001010 | 10100010 | 11011101 | 100110 | 11011 | 0 | 1101 | 11011111 | 110111 | 1000110 |
Color Harmonies of #8AA2DD
Complementary color
Monochromatic Colors of #8AA2DD
Black with #8AA2DD
Text Example
Text Example
White with #8AA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA2DD; }
p { color: rgb(138,162,221); }
H1.HeaderClassName
{
color: #8AA2DD;
}
.AnyTagClassName
{
color: #8AA2DD;
}
</style>
background-color css
<style>
a { background-color: #8AA2DD; }
a { background-color: rgb(138,162,221); }
div.DivClassName
{
background-color: #8AA2DD;
}
.BgClassName
{
background-color: #8AA2DD;
}
</style>
border-color css
<style>
span { border-color: #8AA2DD; }
span { border-color: rgb(138,162,221); }
td.TdClassName
{
border-color: #8AA2DD;
}
.TagClassName
{
border-color: #8AA2DD;
}
</style>