Shades of Portage #8C99FF
Tints of Portage #8C99FF
RGB
CMYK
RGB Variations
Color information
#8C99FF (or 0x8C99FF) is known color: Portage. HEX triplet: 8C, 99 and FF. RGB value is (140,153,255). Sum of RGB (Red+Green+Blue) = 140+153+255=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99FF is #736600. Grayscale: #A0A0A0. Windows color (decimal): -7562753 or 16750988. OLE color: 16750988.
HSL color Cylindrical-coordinate representation of color #8C99FF: hue angle of 233.22º 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 #8C99FF is Cyan = 0.45, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 153 | 255 | - |
| CMYK | 0.45 | 0.4 | 0 | 0 |
| HSL | 233.22º | 1% | 0.77% | - |
| HSV(B) | 233.22º | 0.45% | 1% | - |
| XYZ | 40.26 | 35.58 | 99.35 | - |
| YUV | 160.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 255 | 0.45 | 0.4 | 0 | 0 | 233.22 | 1 | 0.77 |
| Hex | 8C | 99 | FF | 2D | 28 | 0 | 0 | E9 | 64 | 4D |
| Octal | 214 | 231 | 377 | 55 | 50 | 0 | 0 | 351 | 144 | 115 |
| Binary | 10001100 | 10011001 | 11111111 | 101101 | 101000 | 0 | 0 | 11101001 | 1100100 | 1001101 |
Color Harmonies of #8C99FF
Complementary color
Monochromatic Colors of #8C99FF
Black with #8C99FF
Text Example
Text Example
White with #8C99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99FF; }
p { color: rgb(140,153,255); }
H1.HeaderClassName
{
color: #8C99FF;
}
.AnyTagClassName
{
color: #8C99FF;
}
</style>
background-color css
<style>
a { background-color: #8C99FF; }
a { background-color: rgb(140,153,255); }
div.DivClassName
{
background-color: #8C99FF;
}
.BgClassName
{
background-color: #8C99FF;
}
</style>
border-color css
<style>
span { border-color: #8C99FF; }
span { border-color: rgb(140,153,255); }
td.TdClassName
{
border-color: #8C99FF;
}
.TagClassName
{
border-color: #8C99FF;
}
</style>