Shades of Portage #8A9FDC
Tints of Portage #8A9FDC
RGB
CMYK
RGB Variations
Color information
#8A9FDC (or 0x8A9FDC) is known color: Portage. HEX triplet: 8A, 9F and DC. RGB value is (138,159,220). Sum of RGB (Red+Green+Blue) = 138+159+220=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FDC is #756023. Grayscale: #9F9F9F. Windows color (decimal): -7692324 or 14458762. OLE color: 14458762.
HSL color Cylindrical-coordinate representation of color #8A9FDC: hue angle of 224.63º 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 #8A9FDC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 159 | 220 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.14 |
| HSL | 224.63º | 0.54% | 0.7% | - |
| HSV(B) | 224.63º | 0.37% | 0.86% | - |
| XYZ | 35.8 | 35.37 | 72.65 | - |
| YUV | 159.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 220 | 0.37 | 0.28 | 0 | 0.14 | 224.63 | 0.54 | 0.7 |
| Hex | 8A | 9F | DC | 25 | 1C | 0 | E | E1 | 36 | 46 |
| Octal | 212 | 237 | 334 | 45 | 34 | 0 | 16 | 341 | 66 | 106 |
| Binary | 10001010 | 10011111 | 11011100 | 100101 | 11100 | 0 | 1110 | 11100001 | 110110 | 1000110 |
Color Harmonies of #8A9FDC
Complementary color
Monochromatic Colors of #8A9FDC
Black with #8A9FDC
Text Example
Text Example
White with #8A9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FDC; }
p { color: rgb(138,159,220); }
H1.HeaderClassName
{
color: #8A9FDC;
}
.AnyTagClassName
{
color: #8A9FDC;
}
</style>
background-color css
<style>
a { background-color: #8A9FDC; }
a { background-color: rgb(138,159,220); }
div.DivClassName
{
background-color: #8A9FDC;
}
.BgClassName
{
background-color: #8A9FDC;
}
</style>
border-color css
<style>
span { border-color: #8A9FDC; }
span { border-color: rgb(138,159,220); }
td.TdClassName
{
border-color: #8A9FDC;
}
.TagClassName
{
border-color: #8A9FDC;
}
</style>