Shades of Portage #8AA2DF
Tints of Portage #8AA2DF
RGB
CMYK
RGB Variations
Color information
#8AA2DF (or 0x8AA2DF) is known color: Portage. HEX triplet: 8A, A2 and DF. RGB value is (138,162,223). Sum of RGB (Red+Green+Blue) = 138+162+223=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA2DF is #755D20. Grayscale: #A1A1A1. Windows color (decimal): -7691553 or 14656138. OLE color: 14656138.
HSL color Cylindrical-coordinate representation of color #8AA2DF: hue angle of 223.06º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA2DF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 162 | 223 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.13 |
| HSL | 223.06º | 0.57% | 0.71% | - |
| HSV(B) | 223.06º | 0.38% | 0.87% | - |
| XYZ | 36.72 | 36.57 | 74.94 | - |
| YUV | 161.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 223 | 0.38 | 0.27 | 0 | 0.13 | 223.06 | 0.57 | 0.71 |
| Hex | 8A | A2 | DF | 26 | 1B | 0 | D | DF | 39 | 47 |
| Octal | 212 | 242 | 337 | 46 | 33 | 0 | 15 | 337 | 71 | 107 |
| Binary | 10001010 | 10100010 | 11011111 | 100110 | 11011 | 0 | 1101 | 11011111 | 111001 | 1000111 |
Color Harmonies of #8AA2DF
Complementary color
Monochromatic Colors of #8AA2DF
Black with #8AA2DF
Text Example
Text Example
White with #8AA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA2DF; }
p { color: rgb(138,162,223); }
H1.HeaderClassName
{
color: #8AA2DF;
}
.AnyTagClassName
{
color: #8AA2DF;
}
</style>
background-color css
<style>
a { background-color: #8AA2DF; }
a { background-color: rgb(138,162,223); }
div.DivClassName
{
background-color: #8AA2DF;
}
.BgClassName
{
background-color: #8AA2DF;
}
</style>
border-color css
<style>
span { border-color: #8AA2DF; }
span { border-color: rgb(138,162,223); }
td.TdClassName
{
border-color: #8AA2DF;
}
.TagClassName
{
border-color: #8AA2DF;
}
</style>