Shades of Portage #8A9ACE
Tints of Portage #8A9ACE
RGB
CMYK
RGB Variations
Color information
#8A9ACE (or 0x8A9ACE) is known color: Portage. HEX triplet: 8A, 9A and CE. RGB value is (138,154,206). Sum of RGB (Red+Green+Blue) = 138+154+206=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ACE is #756531. Grayscale: #9A9A9A. Windows color (decimal): -7693618 or 13539978. OLE color: 13539978.
HSL color Cylindrical-coordinate representation of color #8A9ACE: hue angle of 225.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9ACE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 154 | 206 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.19 |
| HSL | 225.88º | 0.41% | 0.67% | - |
| HSV(B) | 225.88º | 0.33% | 0.81% | - |
| XYZ | 33.18 | 32.97 | 63.01 | - |
| YUV | 155.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 206 | 0.33 | 0.25 | 0 | 0.19 | 225.88 | 0.41 | 0.67 |
| Hex | 8A | 9A | CE | 21 | 19 | 0 | 13 | E2 | 29 | 43 |
| Octal | 212 | 232 | 316 | 41 | 31 | 0 | 23 | 342 | 51 | 103 |
| Binary | 10001010 | 10011010 | 11001110 | 100001 | 11001 | 0 | 10011 | 11100010 | 101001 | 1000011 |
Color Harmonies of #8A9ACE
Complementary color
Monochromatic Colors of #8A9ACE
Black with #8A9ACE
Text Example
Text Example
White with #8A9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9ACE; }
p { color: rgb(138,154,206); }
H1.HeaderClassName
{
color: #8A9ACE;
}
.AnyTagClassName
{
color: #8A9ACE;
}
</style>
background-color css
<style>
a { background-color: #8A9ACE; }
a { background-color: rgb(138,154,206); }
div.DivClassName
{
background-color: #8A9ACE;
}
.BgClassName
{
background-color: #8A9ACE;
}
</style>
border-color css
<style>
span { border-color: #8A9ACE; }
span { border-color: rgb(138,154,206); }
td.TdClassName
{
border-color: #8A9ACE;
}
.TagClassName
{
border-color: #8A9ACE;
}
</style>