Shades of Portage #8C9FFE
Tints of Portage #8C9FFE
RGB
CMYK
RGB Variations
Color information
#8C9FFE (or 0x8C9FFE) is known color: Portage. HEX triplet: 8C, 9F and FE. RGB value is (140,159,254). Sum of RGB (Red+Green+Blue) = 140+159+254=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9FFE is #736001. Grayscale: #A3A3A3. Windows color (decimal): -7561218 or 16686988. OLE color: 16686988.
HSL color Cylindrical-coordinate representation of color #8C9FFE: hue angle of 230º 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 #8C9FFE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 159 | 254 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.00 |
| HSL | 230º | 0.98% | 0.77% | - |
| HSV(B) | 230º | 0.45% | 1% | - |
| XYZ | 41.1 | 37.53 | 98.84 | - |
| YUV | 164.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 254 | 0.45 | 0.37 | 0 | 0.00 | 230 | 0.98 | 0.77 |
| Hex | 8C | 9F | FE | 2D | 25 | 0 | 0 | E6 | 62 | 4D |
| Octal | 214 | 237 | 376 | 55 | 45 | 0 | 0 | 346 | 142 | 115 |
| Binary | 10001100 | 10011111 | 11111110 | 101101 | 100101 | 0 | 0 | 11100110 | 1100010 | 1001101 |
Color Harmonies of #8C9FFE
Complementary color
Monochromatic Colors of #8C9FFE
Black with #8C9FFE
Text Example
Text Example
White with #8C9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FFE; }
p { color: rgb(140,159,254); }
H1.HeaderClassName
{
color: #8C9FFE;
}
.AnyTagClassName
{
color: #8C9FFE;
}
</style>
background-color css
<style>
a { background-color: #8C9FFE; }
a { background-color: rgb(140,159,254); }
div.DivClassName
{
background-color: #8C9FFE;
}
.BgClassName
{
background-color: #8C9FFE;
}
</style>
border-color css
<style>
span { border-color: #8C9FFE; }
span { border-color: rgb(140,159,254); }
td.TdClassName
{
border-color: #8C9FFE;
}
.TagClassName
{
border-color: #8C9FFE;
}
</style>