Shades of Portage #8CA1FD
Tints of Portage #8CA1FD
RGB
CMYK
RGB Variations
Color information
#8CA1FD (or 0x8CA1FD) is known color: Portage. HEX triplet: 8C, A1 and FD. RGB value is (140,161,253). Sum of RGB (Red+Green+Blue) = 140+161+253=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CA1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA1FD is #735E02. Grayscale: #A4A4A4. Windows color (decimal): -7560707 or 16621964. OLE color: 16621964.
HSL color Cylindrical-coordinate representation of color #8CA1FD: hue angle of 228.85º 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 #8CA1FD is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 161 | 253 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.01 |
| HSL | 228.85º | 0.97% | 0.77% | - |
| HSV(B) | 228.85º | 0.45% | 0.99% | - |
| XYZ | 41.29 | 38.16 | 98.12 | - |
| YUV | 165.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 253 | 0.45 | 0.36 | 0 | 0.01 | 228.85 | 0.97 | 0.77 |
| Hex | 8C | A1 | FD | 2D | 24 | 0 | 1 | E5 | 61 | 4D |
| Octal | 214 | 241 | 375 | 55 | 44 | 0 | 1 | 345 | 141 | 115 |
| Binary | 10001100 | 10100001 | 11111101 | 101101 | 100100 | 0 | 1 | 11100101 | 1100001 | 1001101 |
Color Harmonies of #8CA1FD
Complementary color
Monochromatic Colors of #8CA1FD
Black with #8CA1FD
Text Example
Text Example
White with #8CA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA1FD; }
p { color: rgb(140,161,253); }
H1.HeaderClassName
{
color: #8CA1FD;
}
.AnyTagClassName
{
color: #8CA1FD;
}
</style>
background-color css
<style>
a { background-color: #8CA1FD; }
a { background-color: rgb(140,161,253); }
div.DivClassName
{
background-color: #8CA1FD;
}
.BgClassName
{
background-color: #8CA1FD;
}
</style>
border-color css
<style>
span { border-color: #8CA1FD; }
span { border-color: rgb(140,161,253); }
td.TdClassName
{
border-color: #8CA1FD;
}
.TagClassName
{
border-color: #8CA1FD;
}
</style>