Shades of Portage #8CA2E1
Tints of Portage #8CA2E1
RGB
CMYK
RGB Variations
Color information
#8CA2E1 (or 0x8CA2E1) is known color: Portage. HEX triplet: 8C, A2 and E1. RGB value is (140,162,225). Sum of RGB (Red+Green+Blue) = 140+162+225=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #8CA2E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA2E1 is #735D1E. Grayscale: #A2A2A2. Windows color (decimal): -7560479 or 14787212. OLE color: 14787212.
HSL color Cylindrical-coordinate representation of color #8CA2E1: hue angle of 224.47º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CA2E1 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 162 | 225 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.12 |
| HSL | 224.47º | 0.59% | 0.72% | - |
| HSV(B) | 224.47º | 0.38% | 0.88% | - |
| XYZ | 37.33 | 36.85 | 76.38 | - |
| YUV | 162.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 225 | 0.38 | 0.28 | 0 | 0.12 | 224.47 | 0.59 | 0.72 |
| Hex | 8C | A2 | E1 | 26 | 1C | 0 | C | E0 | 3B | 48 |
| Octal | 214 | 242 | 341 | 46 | 34 | 0 | 14 | 340 | 73 | 110 |
| Binary | 10001100 | 10100010 | 11100001 | 100110 | 11100 | 0 | 1100 | 11100000 | 111011 | 1001000 |
Color Harmonies of #8CA2E1
Complementary color
Monochromatic Colors of #8CA2E1
Black with #8CA2E1
Text Example
Text Example
White with #8CA2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA2E1; }
p { color: rgb(140,162,225); }
H1.HeaderClassName
{
color: #8CA2E1;
}
.AnyTagClassName
{
color: #8CA2E1;
}
</style>
background-color css
<style>
a { background-color: #8CA2E1; }
a { background-color: rgb(140,162,225); }
div.DivClassName
{
background-color: #8CA2E1;
}
.BgClassName
{
background-color: #8CA2E1;
}
</style>
border-color css
<style>
span { border-color: #8CA2E1; }
span { border-color: rgb(140,162,225); }
td.TdClassName
{
border-color: #8CA2E1;
}
.TagClassName
{
border-color: #8CA2E1;
}
</style>