Shades of Portage #8AA5DF
Tints of Portage #8AA5DF
RGB
CMYK
RGB Variations
Color information
#8AA5DF (or 0x8AA5DF) is known color: Portage. HEX triplet: 8A, A5 and DF. RGB value is (138,165,223). Sum of RGB (Red+Green+Blue) = 138+165+223=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AA5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5DF is #755A20. Grayscale: #A3A3A3. Windows color (decimal): -7690785 or 14656906. OLE color: 14656906.
HSL color Cylindrical-coordinate representation of color #8AA5DF: hue angle of 220.94º 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 #8AA5DF is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 165 | 223 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.13 |
| HSL | 220.94º | 0.57% | 0.71% | - |
| HSV(B) | 220.94º | 0.38% | 0.87% | - |
| XYZ | 37.26 | 37.64 | 75.11 | - |
| YUV | 163.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 223 | 0.38 | 0.26 | 0 | 0.13 | 220.94 | 0.57 | 0.71 |
| Hex | 8A | A5 | DF | 26 | 1A | 0 | D | DD | 39 | 47 |
| Octal | 212 | 245 | 337 | 46 | 32 | 0 | 15 | 335 | 71 | 107 |
| Binary | 10001010 | 10100101 | 11011111 | 100110 | 11010 | 0 | 1101 | 11011101 | 111001 | 1000111 |
Color Harmonies of #8AA5DF
Complementary color
Monochromatic Colors of #8AA5DF
Black with #8AA5DF
Text Example
Text Example
White with #8AA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA5DF; }
p { color: rgb(138,165,223); }
H1.HeaderClassName
{
color: #8AA5DF;
}
.AnyTagClassName
{
color: #8AA5DF;
}
</style>
background-color css
<style>
a { background-color: #8AA5DF; }
a { background-color: rgb(138,165,223); }
div.DivClassName
{
background-color: #8AA5DF;
}
.BgClassName
{
background-color: #8AA5DF;
}
</style>
border-color css
<style>
span { border-color: #8AA5DF; }
span { border-color: rgb(138,165,223); }
td.TdClassName
{
border-color: #8AA5DF;
}
.TagClassName
{
border-color: #8AA5DF;
}
</style>