Shades of Portage #8A9EDE
Tints of Portage #8A9EDE
RGB
CMYK
RGB Variations
Color information
#8A9EDE (or 0x8A9EDE) is known color: Portage. HEX triplet: 8A, 9E and DE. RGB value is (138,158,222). Sum of RGB (Red+Green+Blue) = 138+158+222=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9EDE is #756121. Grayscale: #9F9F9F. Windows color (decimal): -7692578 or 14589578. OLE color: 14589578.
HSL color Cylindrical-coordinate representation of color #8A9EDE: hue angle of 225.71º degrees, saturation: 0.56, 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 #8A9EDE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 158 | 222 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.13 |
| HSL | 225.71º | 0.56% | 0.71% | - |
| HSV(B) | 225.71º | 0.38% | 0.87% | - |
| XYZ | 35.89 | 35.13 | 74 | - |
| YUV | 159.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 222 | 0.38 | 0.29 | 0 | 0.13 | 225.71 | 0.56 | 0.71 |
| Hex | 8A | 9E | DE | 26 | 1D | 0 | D | E2 | 38 | 47 |
| Octal | 212 | 236 | 336 | 46 | 35 | 0 | 15 | 342 | 70 | 107 |
| Binary | 10001010 | 10011110 | 11011110 | 100110 | 11101 | 0 | 1101 | 11100010 | 111000 | 1000111 |
Color Harmonies of #8A9EDE
Complementary color
Monochromatic Colors of #8A9EDE
Black with #8A9EDE
Text Example
Text Example
White with #8A9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9EDE; }
p { color: rgb(138,158,222); }
H1.HeaderClassName
{
color: #8A9EDE;
}
.AnyTagClassName
{
color: #8A9EDE;
}
</style>
background-color css
<style>
a { background-color: #8A9EDE; }
a { background-color: rgb(138,158,222); }
div.DivClassName
{
background-color: #8A9EDE;
}
.BgClassName
{
background-color: #8A9EDE;
}
</style>
border-color css
<style>
span { border-color: #8A9EDE; }
span { border-color: rgb(138,158,222); }
td.TdClassName
{
border-color: #8A9EDE;
}
.TagClassName
{
border-color: #8A9EDE;
}
</style>