Shades of Portage #8A9CEC
Tints of Portage #8A9CEC
RGB
CMYK
RGB Variations
Color information
#8A9CEC (or 0x8A9CEC) is known color: Portage. HEX triplet: 8A, 9C and EC. RGB value is (138,156,236). Sum of RGB (Red+Green+Blue) = 138+156+236=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9CEC is #756313. Grayscale: #9F9F9F. Windows color (decimal): -7693076 or 15506570. OLE color: 15506570.
HSL color Cylindrical-coordinate representation of color #8A9CEC: hue angle of 228.98º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9CEC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 156 | 236 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 228.98º | 0.72% | 0.73% | - |
| HSV(B) | 228.98º | 0.42% | 0.93% | - |
| XYZ | 37.51 | 35.24 | 84.18 | - |
| YUV | 159.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 236 | 0.42 | 0.34 | 0 | 0.07 | 228.98 | 0.72 | 0.73 |
| Hex | 8A | 9C | EC | 2A | 22 | 0 | 7 | E5 | 48 | 49 |
| Octal | 212 | 234 | 354 | 52 | 42 | 0 | 7 | 345 | 110 | 111 |
| Binary | 10001010 | 10011100 | 11101100 | 101010 | 100010 | 0 | 111 | 11100101 | 1001000 | 1001001 |
Color Harmonies of #8A9CEC
Complementary color
Monochromatic Colors of #8A9CEC
Black with #8A9CEC
Text Example
Text Example
White with #8A9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9CEC; }
p { color: rgb(138,156,236); }
H1.HeaderClassName
{
color: #8A9CEC;
}
.AnyTagClassName
{
color: #8A9CEC;
}
</style>
background-color css
<style>
a { background-color: #8A9CEC; }
a { background-color: rgb(138,156,236); }
div.DivClassName
{
background-color: #8A9CEC;
}
.BgClassName
{
background-color: #8A9CEC;
}
</style>
border-color css
<style>
span { border-color: #8A9CEC; }
span { border-color: rgb(138,156,236); }
td.TdClassName
{
border-color: #8A9CEC;
}
.TagClassName
{
border-color: #8A9CEC;
}
</style>