Shades of Portage #8CA0FF
Tints of Portage #8CA0FF
RGB
CMYK
RGB Variations
Color information
#8CA0FF (or 0x8CA0FF) is known color: Portage. HEX triplet: 8C, A0 and FF. RGB value is (140,160,255). Sum of RGB (Red+Green+Blue) = 140+160+255=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA0FF is #735F00. Grayscale: #A4A4A4. Windows color (decimal): -7560961 or 16752780. OLE color: 16752780.
HSL color Cylindrical-coordinate representation of color #8CA0FF: hue angle of 229.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CA0FF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 160 | 255 | - |
| CMYK | 0.45 | 0.37 | 0 | 0 |
| HSL | 229.57º | 1% | 0.77% | - |
| HSV(B) | 229.57º | 0.45% | 1% | - |
| XYZ | 41.44 | 37.94 | 99.75 | - |
| YUV | 164.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 255 | 0.45 | 0.37 | 0 | 0 | 229.57 | 1 | 0.77 |
| Hex | 8C | A0 | FF | 2D | 25 | 0 | 0 | E6 | 64 | 4D |
| Octal | 214 | 240 | 377 | 55 | 45 | 0 | 0 | 346 | 144 | 115 |
| Binary | 10001100 | 10100000 | 11111111 | 101101 | 100101 | 0 | 0 | 11100110 | 1100100 | 1001101 |
Color Harmonies of #8CA0FF
Complementary color
Monochromatic Colors of #8CA0FF
Black with #8CA0FF
Text Example
Text Example
White with #8CA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA0FF; }
p { color: rgb(140,160,255); }
H1.HeaderClassName
{
color: #8CA0FF;
}
.AnyTagClassName
{
color: #8CA0FF;
}
</style>
background-color css
<style>
a { background-color: #8CA0FF; }
a { background-color: rgb(140,160,255); }
div.DivClassName
{
background-color: #8CA0FF;
}
.BgClassName
{
background-color: #8CA0FF;
}
</style>
border-color css
<style>
span { border-color: #8CA0FF; }
span { border-color: rgb(140,160,255); }
td.TdClassName
{
border-color: #8CA0FF;
}
.TagClassName
{
border-color: #8CA0FF;
}
</style>