Shades of Portage #8CA5EA
Tints of Portage #8CA5EA
RGB
CMYK
RGB Variations
Color information
#8CA5EA (or 0x8CA5EA) is known color: Portage. HEX triplet: 8C, A5 and EA. RGB value is (140,165,234). Sum of RGB (Red+Green+Blue) = 140+165+234=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA5EA is #735A15. Grayscale: #A5A5A5. Windows color (decimal): -7559702 or 15377804. OLE color: 15377804.
HSL color Cylindrical-coordinate representation of color #8CA5EA: hue angle of 224.04º 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 #8CA5EA is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 165 | 234 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.08 |
| HSL | 224.04º | 0.69% | 0.73% | - |
| HSV(B) | 224.04º | 0.4% | 0.92% | - |
| XYZ | 39.12 | 38.43 | 83.2 | - |
| YUV | 165.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 234 | 0.40 | 0.29 | 0 | 0.08 | 224.04 | 0.69 | 0.73 |
| Hex | 8C | A5 | EA | 28 | 1D | 0 | 8 | E0 | 45 | 49 |
| Octal | 214 | 245 | 352 | 50 | 35 | 0 | 10 | 340 | 105 | 111 |
| Binary | 10001100 | 10100101 | 11101010 | 101000 | 11101 | 0 | 1000 | 11100000 | 1000101 | 1001001 |
Color Harmonies of #8CA5EA
Complementary color
Monochromatic Colors of #8CA5EA
Black with #8CA5EA
Text Example
Text Example
White with #8CA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA5EA; }
p { color: rgb(140,165,234); }
H1.HeaderClassName
{
color: #8CA5EA;
}
.AnyTagClassName
{
color: #8CA5EA;
}
</style>
background-color css
<style>
a { background-color: #8CA5EA; }
a { background-color: rgb(140,165,234); }
div.DivClassName
{
background-color: #8CA5EA;
}
.BgClassName
{
background-color: #8CA5EA;
}
</style>
border-color css
<style>
span { border-color: #8CA5EA; }
span { border-color: rgb(140,165,234); }
td.TdClassName
{
border-color: #8CA5EA;
}
.TagClassName
{
border-color: #8CA5EA;
}
</style>