Shades of Portage #8A9BCC
Tints of Portage #8A9BCC
RGB
CMYK
RGB Variations
Color information
#8A9BCC (or 0x8A9BCC) is known color: Portage. HEX triplet: 8A, 9B and CC. RGB value is (138,155,204). Sum of RGB (Red+Green+Blue) = 138+155+204=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BCC is #756433. Grayscale: #9B9B9B. Windows color (decimal): -7693364 or 13409162. OLE color: 13409162.
HSL color Cylindrical-coordinate representation of color #8A9BCC: hue angle of 224.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A9BCC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 155 | 204 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.2 |
| HSL | 224.55º | 0.39% | 0.67% | - |
| HSV(B) | 224.55º | 0.32% | 0.8% | - |
| XYZ | 33.1 | 33.21 | 61.79 | - |
| YUV | 155.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 204 | 0.32 | 0.24 | 0 | 0.2 | 224.55 | 0.39 | 0.67 |
| Hex | 8A | 9B | CC | 20 | 18 | 0 | 14 | E1 | 27 | 43 |
| Octal | 212 | 233 | 314 | 40 | 30 | 0 | 24 | 341 | 47 | 103 |
| Binary | 10001010 | 10011011 | 11001100 | 100000 | 11000 | 0 | 10100 | 11100001 | 100111 | 1000011 |
Color Harmonies of #8A9BCC
Complementary color
Monochromatic Colors of #8A9BCC
Black with #8A9BCC
Text Example
Text Example
White with #8A9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BCC; }
p { color: rgb(138,155,204); }
H1.HeaderClassName
{
color: #8A9BCC;
}
.AnyTagClassName
{
color: #8A9BCC;
}
</style>
background-color css
<style>
a { background-color: #8A9BCC; }
a { background-color: rgb(138,155,204); }
div.DivClassName
{
background-color: #8A9BCC;
}
.BgClassName
{
background-color: #8A9BCC;
}
</style>
border-color css
<style>
span { border-color: #8A9BCC; }
span { border-color: rgb(138,155,204); }
td.TdClassName
{
border-color: #8A9BCC;
}
.TagClassName
{
border-color: #8A9BCC;
}
</style>