Shades of Portage #8A9BDC
Tints of Portage #8A9BDC
RGB
CMYK
RGB Variations
Color information
#8A9BDC (or 0x8A9BDC) is known color: Portage. HEX triplet: 8A, 9B and DC. RGB value is (138,155,220). Sum of RGB (Red+Green+Blue) = 138+155+220=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BDC is #756423. Grayscale: #9D9D9D. Windows color (decimal): -7693348 or 14457738. OLE color: 14457738.
HSL color Cylindrical-coordinate representation of color #8A9BDC: hue angle of 227.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A9BDC is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 155 | 220 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.14 |
| HSL | 227.56º | 0.54% | 0.7% | - |
| HSV(B) | 227.56º | 0.37% | 0.86% | - |
| XYZ | 35.12 | 34.01 | 72.42 | - |
| YUV | 157.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 220 | 0.37 | 0.30 | 0 | 0.14 | 227.56 | 0.54 | 0.7 |
| Hex | 8A | 9B | DC | 25 | 1E | 0 | E | E4 | 36 | 46 |
| Octal | 212 | 233 | 334 | 45 | 36 | 0 | 16 | 344 | 66 | 106 |
| Binary | 10001010 | 10011011 | 11011100 | 100101 | 11110 | 0 | 1110 | 11100100 | 110110 | 1000110 |
Color Harmonies of #8A9BDC
Complementary color
Monochromatic Colors of #8A9BDC
Black with #8A9BDC
Text Example
Text Example
White with #8A9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9BDC; }
p { color: rgb(138,155,220); }
H1.HeaderClassName
{
color: #8A9BDC;
}
.AnyTagClassName
{
color: #8A9BDC;
}
</style>
background-color css
<style>
a { background-color: #8A9BDC; }
a { background-color: rgb(138,155,220); }
div.DivClassName
{
background-color: #8A9BDC;
}
.BgClassName
{
background-color: #8A9BDC;
}
</style>
border-color css
<style>
span { border-color: #8A9BDC; }
span { border-color: rgb(138,155,220); }
td.TdClassName
{
border-color: #8A9BDC;
}
.TagClassName
{
border-color: #8A9BDC;
}
</style>