Shades of Portage #8C9FFF
Tints of Portage #8C9FFF
RGB
CMYK
RGB Variations
Color information
#8C9FFF (or 0x8C9FFF) is known color: Portage. HEX triplet: 8C, 9F and FF. RGB value is (140,159,255). Sum of RGB (Red+Green+Blue) = 140+159+255=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9FFF is #736000. Grayscale: #A3A3A3. Windows color (decimal): -7561217 or 16752524. OLE color: 16752524.
HSL color Cylindrical-coordinate representation of color #8C9FFF: hue angle of 230.09º 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 #8C9FFF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 159 | 255 | - |
| CMYK | 0.45 | 0.38 | 0 | 0 |
| HSL | 230.09º | 1% | 0.77% | - |
| HSV(B) | 230.09º | 0.45% | 1% | - |
| XYZ | 41.26 | 37.59 | 99.69 | - |
| YUV | 164.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 255 | 0.45 | 0.38 | 0 | 0 | 230.09 | 1 | 0.77 |
| Hex | 8C | 9F | FF | 2D | 26 | 0 | 0 | E6 | 64 | 4D |
| Octal | 214 | 237 | 377 | 55 | 46 | 0 | 0 | 346 | 144 | 115 |
| Binary | 10001100 | 10011111 | 11111111 | 101101 | 100110 | 0 | 0 | 11100110 | 1100100 | 1001101 |
Color Harmonies of #8C9FFF
Complementary color
Monochromatic Colors of #8C9FFF
Black with #8C9FFF
Text Example
Text Example
White with #8C9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FFF; }
p { color: rgb(140,159,255); }
H1.HeaderClassName
{
color: #8C9FFF;
}
.AnyTagClassName
{
color: #8C9FFF;
}
</style>
background-color css
<style>
a { background-color: #8C9FFF; }
a { background-color: rgb(140,159,255); }
div.DivClassName
{
background-color: #8C9FFF;
}
.BgClassName
{
background-color: #8C9FFF;
}
</style>
border-color css
<style>
span { border-color: #8C9FFF; }
span { border-color: rgb(140,159,255); }
td.TdClassName
{
border-color: #8C9FFF;
}
.TagClassName
{
border-color: #8C9FFF;
}
</style>