Shades of Portage #8A97DD
Tints of Portage #8A97DD
RGB
CMYK
RGB Variations
Color information
#8A97DD (or 0x8A97DD) is known color: Portage. HEX triplet: 8A, 97 and DD. RGB value is (138,151,221). Sum of RGB (Red+Green+Blue) = 138+151+221=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A97DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A97DD is #756822. Grayscale: #9A9A9A. Windows color (decimal): -7694371 or 14522250. OLE color: 14522250.
HSL color Cylindrical-coordinate representation of color #8A97DD: hue angle of 230.6º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A97DD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 151 | 221 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.13 |
| HSL | 230.6º | 0.55% | 0.7% | - |
| HSV(B) | 230.6º | 0.38% | 0.87% | - |
| XYZ | 34.6 | 32.76 | 72.91 | - |
| YUV | 155.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 221 | 0.38 | 0.32 | 0 | 0.13 | 230.6 | 0.55 | 0.7 |
| Hex | 8A | 97 | DD | 26 | 20 | 0 | D | E7 | 37 | 46 |
| Octal | 212 | 227 | 335 | 46 | 40 | 0 | 15 | 347 | 67 | 106 |
| Binary | 10001010 | 10010111 | 11011101 | 100110 | 100000 | 0 | 1101 | 11100111 | 110111 | 1000110 |
Color Harmonies of #8A97DD
Complementary color
Monochromatic Colors of #8A97DD
Black with #8A97DD
Text Example
Text Example
White with #8A97DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A97DD; }
p { color: rgb(138,151,221); }
H1.HeaderClassName
{
color: #8A97DD;
}
.AnyTagClassName
{
color: #8A97DD;
}
</style>
background-color css
<style>
a { background-color: #8A97DD; }
a { background-color: rgb(138,151,221); }
div.DivClassName
{
background-color: #8A97DD;
}
.BgClassName
{
background-color: #8A97DD;
}
</style>
border-color css
<style>
span { border-color: #8A97DD; }
span { border-color: rgb(138,151,221); }
td.TdClassName
{
border-color: #8A97DD;
}
.TagClassName
{
border-color: #8A97DD;
}
</style>