Shades of Portage #8A9CDF
Tints of Portage #8A9CDF
RGB
CMYK
RGB Variations
Color information
#8A9CDF (or 0x8A9CDF) is known color: Portage. HEX triplet: 8A, 9C and DF. RGB value is (138,156,223). Sum of RGB (Red+Green+Blue) = 138+156+223=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CDF is #756320. Grayscale: #9D9D9D. Windows color (decimal): -7693089 or 14654602. OLE color: 14654602.
HSL color Cylindrical-coordinate representation of color #8A9CDF: hue angle of 227.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A9CDF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 156 | 223 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.13 |
| HSL | 227.29º | 0.57% | 0.71% | - |
| HSV(B) | 227.29º | 0.38% | 0.87% | - |
| XYZ | 35.69 | 34.51 | 74.59 | - |
| YUV | 158.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 223 | 0.38 | 0.30 | 0 | 0.13 | 227.29 | 0.57 | 0.71 |
| Hex | 8A | 9C | DF | 26 | 1E | 0 | D | E3 | 39 | 47 |
| Octal | 212 | 234 | 337 | 46 | 36 | 0 | 15 | 343 | 71 | 107 |
| Binary | 10001010 | 10011100 | 11011111 | 100110 | 11110 | 0 | 1101 | 11100011 | 111001 | 1000111 |
Color Harmonies of #8A9CDF
Complementary color
Monochromatic Colors of #8A9CDF
Black with #8A9CDF
Text Example
Text Example
White with #8A9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9CDF; }
p { color: rgb(138,156,223); }
H1.HeaderClassName
{
color: #8A9CDF;
}
.AnyTagClassName
{
color: #8A9CDF;
}
</style>
background-color css
<style>
a { background-color: #8A9CDF; }
a { background-color: rgb(138,156,223); }
div.DivClassName
{
background-color: #8A9CDF;
}
.BgClassName
{
background-color: #8A9CDF;
}
</style>
border-color css
<style>
span { border-color: #8A9CDF; }
span { border-color: rgb(138,156,223); }
td.TdClassName
{
border-color: #8A9CDF;
}
.TagClassName
{
border-color: #8A9CDF;
}
</style>