Shades of Portage #8C9AFF
Tints of Portage #8C9AFF
RGB
CMYK
RGB Variations
Color information
#8C9AFF (or 0x8C9AFF) is known color: Portage. HEX triplet: 8C, 9A and FF. RGB value is (140,154,255). Sum of RGB (Red+Green+Blue) = 140+154+255=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9AFF is #736500. Grayscale: #A0A0A0. Windows color (decimal): -7562497 or 16751244. OLE color: 16751244.
HSL color Cylindrical-coordinate representation of color #8C9AFF: hue angle of 232.7º 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 #8C9AFF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 154 | 255 | - |
| CMYK | 0.45 | 0.40 | 0 | 0 |
| HSL | 232.7º | 1% | 0.77% | - |
| HSV(B) | 232.7º | 0.45% | 1% | - |
| XYZ | 40.42 | 35.91 | 99.41 | - |
| YUV | 161.33 | 180.86 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 255 | 0.45 | 0.40 | 0 | 0 | 232.7 | 1 | 0.77 |
| Hex | 8C | 9A | FF | 2D | 28 | 0 | 0 | E9 | 64 | 4D |
| Octal | 214 | 232 | 377 | 55 | 50 | 0 | 0 | 351 | 144 | 115 |
| Binary | 10001100 | 10011010 | 11111111 | 101101 | 101000 | 0 | 0 | 11101001 | 1100100 | 1001101 |
Color Harmonies of #8C9AFF
Complementary color
Monochromatic Colors of #8C9AFF
Black with #8C9AFF
Text Example
Text Example
White with #8C9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9AFF; }
p { color: rgb(140,154,255); }
H1.HeaderClassName
{
color: #8C9AFF;
}
.AnyTagClassName
{
color: #8C9AFF;
}
</style>
background-color css
<style>
a { background-color: #8C9AFF; }
a { background-color: rgb(140,154,255); }
div.DivClassName
{
background-color: #8C9AFF;
}
.BgClassName
{
background-color: #8C9AFF;
}
</style>
border-color css
<style>
span { border-color: #8C9AFF; }
span { border-color: rgb(140,154,255); }
td.TdClassName
{
border-color: #8C9AFF;
}
.TagClassName
{
border-color: #8C9AFF;
}
</style>