Shades of Portage #8CA1EA
Tints of Portage #8CA1EA
RGB
CMYK
RGB Variations
Color information
#8CA1EA (or 0x8CA1EA) is known color: Portage. HEX triplet: 8C, A1 and EA. RGB value is (140,161,234). Sum of RGB (Red+Green+Blue) = 140+161+234=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA1EA is #735E15. Grayscale: #A2A2A2. Windows color (decimal): -7560726 or 15376780. OLE color: 15376780.
HSL color Cylindrical-coordinate representation of color #8CA1EA: hue angle of 226.6º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CA1EA is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 161 | 234 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.08 |
| HSL | 226.6º | 0.69% | 0.73% | - |
| HSV(B) | 226.6º | 0.4% | 0.92% | - |
| XYZ | 38.41 | 37.01 | 82.96 | - |
| YUV | 163.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 234 | 0.40 | 0.31 | 0 | 0.08 | 226.6 | 0.69 | 0.73 |
| Hex | 8C | A1 | EA | 28 | 1F | 0 | 8 | E3 | 45 | 49 |
| Octal | 214 | 241 | 352 | 50 | 37 | 0 | 10 | 343 | 105 | 111 |
| Binary | 10001100 | 10100001 | 11101010 | 101000 | 11111 | 0 | 1000 | 11100011 | 1000101 | 1001001 |
Color Harmonies of #8CA1EA
Complementary color
Monochromatic Colors of #8CA1EA
Black with #8CA1EA
Text Example
Text Example
White with #8CA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA1EA; }
p { color: rgb(140,161,234); }
H1.HeaderClassName
{
color: #8CA1EA;
}
.AnyTagClassName
{
color: #8CA1EA;
}
</style>
background-color css
<style>
a { background-color: #8CA1EA; }
a { background-color: rgb(140,161,234); }
div.DivClassName
{
background-color: #8CA1EA;
}
.BgClassName
{
background-color: #8CA1EA;
}
</style>
border-color css
<style>
span { border-color: #8CA1EA; }
span { border-color: rgb(140,161,234); }
td.TdClassName
{
border-color: #8CA1EA;
}
.TagClassName
{
border-color: #8CA1EA;
}
</style>