Shades of Portage #8A9AC8
Tints of Portage #8A9AC8
RGB
CMYK
RGB Variations
Color information
#8A9AC8 (or 0x8A9AC8) is known color: Portage. HEX triplet: 8A, 9A and C8. RGB value is (138,154,200). Sum of RGB (Red+Green+Blue) = 138+154+200=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A9AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9AC8 is #756537. Grayscale: #9A9A9A. Windows color (decimal): -7693624 or 13146762. OLE color: 13146762.
HSL color Cylindrical-coordinate representation of color #8A9AC8: hue angle of 224.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A9AC8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 154 | 200 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.22 |
| HSL | 224.52º | 0.36% | 0.66% | - |
| HSV(B) | 224.52º | 0.31% | 0.78% | - |
| XYZ | 32.46 | 32.68 | 59.24 | - |
| YUV | 154.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 200 | 0.31 | 0.23 | 0 | 0.22 | 224.52 | 0.36 | 0.66 |
| Hex | 8A | 9A | C8 | 1F | 17 | 0 | 16 | E1 | 24 | 42 |
| Octal | 212 | 232 | 310 | 37 | 27 | 0 | 26 | 341 | 44 | 102 |
| Binary | 10001010 | 10011010 | 11001000 | 11111 | 10111 | 0 | 10110 | 11100001 | 100100 | 1000010 |
Color Harmonies of #8A9AC8
Complementary color
Monochromatic Colors of #8A9AC8
Black with #8A9AC8
Text Example
Text Example
White with #8A9AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9AC8; }
p { color: rgb(138,154,200); }
H1.HeaderClassName
{
color: #8A9AC8;
}
.AnyTagClassName
{
color: #8A9AC8;
}
</style>
background-color css
<style>
a { background-color: #8A9AC8; }
a { background-color: rgb(138,154,200); }
div.DivClassName
{
background-color: #8A9AC8;
}
.BgClassName
{
background-color: #8A9AC8;
}
</style>
border-color css
<style>
span { border-color: #8A9AC8; }
span { border-color: rgb(138,154,200); }
td.TdClassName
{
border-color: #8A9AC8;
}
.TagClassName
{
border-color: #8A9AC8;
}
</style>