Shades of Portage #8CA5F6
Tints of Portage #8CA5F6
RGB
CMYK
RGB Variations
Color information
#8CA5F6 (or 0x8CA5F6) is known color: Portage. HEX triplet: 8C, A5 and F6. RGB value is (140,165,246). Sum of RGB (Red+Green+Blue) = 140+165+246=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #8CA5F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA5F6 is #735A09. Grayscale: #A6A6A6. Windows color (decimal): -7559690 or 16164236. OLE color: 16164236.
HSL color Cylindrical-coordinate representation of color #8CA5F6: hue angle of 225.85º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CA5F6 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 165 | 246 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.04 |
| HSL | 225.85º | 0.85% | 0.76% | - |
| HSV(B) | 225.85º | 0.43% | 0.96% | - |
| XYZ | 40.9 | 39.14 | 92.59 | - |
| YUV | 166.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 246 | 0.43 | 0.33 | 0 | 0.04 | 225.85 | 0.85 | 0.76 |
| Hex | 8C | A5 | F6 | 2B | 21 | 0 | 4 | E2 | 55 | 4C |
| Octal | 214 | 245 | 366 | 53 | 41 | 0 | 4 | 342 | 125 | 114 |
| Binary | 10001100 | 10100101 | 11110110 | 101011 | 100001 | 0 | 100 | 11100010 | 1010101 | 1001100 |
Color Harmonies of #8CA5F6
Complementary color
Monochromatic Colors of #8CA5F6
Black with #8CA5F6
Text Example
Text Example
White with #8CA5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA5F6; }
p { color: rgb(140,165,246); }
H1.HeaderClassName
{
color: #8CA5F6;
}
.AnyTagClassName
{
color: #8CA5F6;
}
</style>
background-color css
<style>
a { background-color: #8CA5F6; }
a { background-color: rgb(140,165,246); }
div.DivClassName
{
background-color: #8CA5F6;
}
.BgClassName
{
background-color: #8CA5F6;
}
</style>
border-color css
<style>
span { border-color: #8CA5F6; }
span { border-color: rgb(140,165,246); }
td.TdClassName
{
border-color: #8CA5F6;
}
.TagClassName
{
border-color: #8CA5F6;
}
</style>