Shades of Portage #8C9BFE
Tints of Portage #8C9BFE
RGB
CMYK
RGB Variations
Color information
#8C9BFE (or 0x8C9BFE) is known color: Portage. HEX triplet: 8C, 9B and FE. RGB value is (140,155,254). Sum of RGB (Red+Green+Blue) = 140+155+254=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C9BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9BFE is #736401. Grayscale: #A1A1A1. Windows color (decimal): -7562242 or 16685964. OLE color: 16685964.
HSL color Cylindrical-coordinate representation of color #8C9BFE: hue angle of 232.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C9BFE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 155 | 254 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.00 |
| HSL | 232.11º | 0.98% | 0.77% | - |
| HSV(B) | 232.11º | 0.45% | 1% | - |
| XYZ | 40.43 | 36.17 | 98.62 | - |
| YUV | 161.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 254 | 0.45 | 0.39 | 0 | 0.00 | 232.11 | 0.98 | 0.77 |
| Hex | 8C | 9B | FE | 2D | 27 | 0 | 0 | E8 | 62 | 4D |
| Octal | 214 | 233 | 376 | 55 | 47 | 0 | 0 | 350 | 142 | 115 |
| Binary | 10001100 | 10011011 | 11111110 | 101101 | 100111 | 0 | 0 | 11101000 | 1100010 | 1001101 |
Color Harmonies of #8C9BFE
Complementary color
Monochromatic Colors of #8C9BFE
Black with #8C9BFE
Text Example
Text Example
White with #8C9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9BFE; }
p { color: rgb(140,155,254); }
H1.HeaderClassName
{
color: #8C9BFE;
}
.AnyTagClassName
{
color: #8C9BFE;
}
</style>
background-color css
<style>
a { background-color: #8C9BFE; }
a { background-color: rgb(140,155,254); }
div.DivClassName
{
background-color: #8C9BFE;
}
.BgClassName
{
background-color: #8C9BFE;
}
</style>
border-color css
<style>
span { border-color: #8C9BFE; }
span { border-color: rgb(140,155,254); }
td.TdClassName
{
border-color: #8C9BFE;
}
.TagClassName
{
border-color: #8C9BFE;
}
</style>