Shades of Portage #8CA5FD
Tints of Portage #8CA5FD
RGB
CMYK
RGB Variations
Color information
#8CA5FD (or 0x8CA5FD) is known color: Portage. HEX triplet: 8C, A5 and FD. RGB value is (140,165,253). Sum of RGB (Red+Green+Blue) = 140+165+253=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA5FD is #735A02. Grayscale: #A7A7A7. Windows color (decimal): -7559683 or 16622988. OLE color: 16622988.
HSL color Cylindrical-coordinate representation of color #8CA5FD: hue angle of 226.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CA5FD is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 165 | 253 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.01 |
| HSL | 226.73º | 0.97% | 0.77% | - |
| HSV(B) | 226.73º | 0.45% | 0.99% | - |
| XYZ | 42 | 39.58 | 98.35 | - |
| YUV | 167.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 165 | 253 | 0.45 | 0.35 | 0 | 0.01 | 226.73 | 0.97 | 0.77 |
| Hex | 8C | A5 | FD | 2D | 23 | 0 | 1 | E3 | 61 | 4D |
| Octal | 214 | 245 | 375 | 55 | 43 | 0 | 1 | 343 | 141 | 115 |
| Binary | 10001100 | 10100101 | 11111101 | 101101 | 100011 | 0 | 1 | 11100011 | 1100001 | 1001101 |
Color Harmonies of #8CA5FD
Complementary color
Monochromatic Colors of #8CA5FD
Black with #8CA5FD
Text Example
Text Example
White with #8CA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA5FD; }
p { color: rgb(140,165,253); }
H1.HeaderClassName
{
color: #8CA5FD;
}
.AnyTagClassName
{
color: #8CA5FD;
}
</style>
background-color css
<style>
a { background-color: #8CA5FD; }
a { background-color: rgb(140,165,253); }
div.DivClassName
{
background-color: #8CA5FD;
}
.BgClassName
{
background-color: #8CA5FD;
}
</style>
border-color css
<style>
span { border-color: #8CA5FD; }
span { border-color: rgb(140,165,253); }
td.TdClassName
{
border-color: #8CA5FD;
}
.TagClassName
{
border-color: #8CA5FD;
}
</style>