Shades of Portage #8A96DC
Tints of Portage #8A96DC
RGB
CMYK
RGB Variations
Color information
#8A96DC (or 0x8A96DC) is known color: Portage. HEX triplet: 8A, 96 and DC. RGB value is (138,150,220). Sum of RGB (Red+Green+Blue) = 138+150+220=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A96DC is #756923. Grayscale: #9A9A9A. Windows color (decimal): -7694628 or 14456458. OLE color: 14456458.
HSL color Cylindrical-coordinate representation of color #8A96DC: hue angle of 231.22º 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 #8A96DC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 150 | 220 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.14 |
| HSL | 231.22º | 0.54% | 0.7% | - |
| HSV(B) | 231.22º | 0.37% | 0.86% | - |
| XYZ | 34.31 | 32.38 | 72.15 | - |
| YUV | 154.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 220 | 0.37 | 0.32 | 0 | 0.14 | 231.22 | 0.54 | 0.7 |
| Hex | 8A | 96 | DC | 25 | 20 | 0 | E | E7 | 36 | 46 |
| Octal | 212 | 226 | 334 | 45 | 40 | 0 | 16 | 347 | 66 | 106 |
| Binary | 10001010 | 10010110 | 11011100 | 100101 | 100000 | 0 | 1110 | 11100111 | 110110 | 1000110 |
Color Harmonies of #8A96DC
Complementary color
Monochromatic Colors of #8A96DC
Black with #8A96DC
Text Example
Text Example
White with #8A96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A96DC; }
p { color: rgb(138,150,220); }
H1.HeaderClassName
{
color: #8A96DC;
}
.AnyTagClassName
{
color: #8A96DC;
}
</style>
background-color css
<style>
a { background-color: #8A96DC; }
a { background-color: rgb(138,150,220); }
div.DivClassName
{
background-color: #8A96DC;
}
.BgClassName
{
background-color: #8A96DC;
}
</style>
border-color css
<style>
span { border-color: #8A96DC; }
span { border-color: rgb(138,150,220); }
td.TdClassName
{
border-color: #8A96DC;
}
.TagClassName
{
border-color: #8A96DC;
}
</style>