Shades of Portage #8C8FF6
Tints of Portage #8C8FF6
RGB
CMYK
RGB Variations
Color information
#8C8FF6 (or 0x8C8FF6) is known color: Portage. HEX triplet: 8C, 8F and F6. RGB value is (140,143,246). Sum of RGB (Red+Green+Blue) = 140+143+246=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #8C8FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FF6 is #737009. Grayscale: #999999. Windows color (decimal): -7565322 or 16158604. OLE color: 16158604.
HSL color Cylindrical-coordinate representation of color #8C8FF6: hue angle of 238.3º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C8FF6 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 143 | 246 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.04 |
| HSL | 238.3º | 0.85% | 0.76% | - |
| HSV(B) | 238.3º | 0.43% | 0.96% | - |
| XYZ | 37.27 | 31.87 | 91.38 | - |
| YUV | 153.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 246 | 0.43 | 0.42 | 0 | 0.04 | 238.3 | 0.85 | 0.76 |
| Hex | 8C | 8F | F6 | 2B | 2A | 0 | 4 | EE | 55 | 4C |
| Octal | 214 | 217 | 366 | 53 | 52 | 0 | 4 | 356 | 125 | 114 |
| Binary | 10001100 | 10001111 | 11110110 | 101011 | 101010 | 0 | 100 | 11101110 | 1010101 | 1001100 |
Color Harmonies of #8C8FF6
Complementary color
Monochromatic Colors of #8C8FF6
Black with #8C8FF6
Text Example
Text Example
White with #8C8FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FF6; }
p { color: rgb(140,143,246); }
H1.HeaderClassName
{
color: #8C8FF6;
}
.AnyTagClassName
{
color: #8C8FF6;
}
</style>
background-color css
<style>
a { background-color: #8C8FF6; }
a { background-color: rgb(140,143,246); }
div.DivClassName
{
background-color: #8C8FF6;
}
.BgClassName
{
background-color: #8C8FF6;
}
</style>
border-color css
<style>
span { border-color: #8C8FF6; }
span { border-color: rgb(140,143,246); }
td.TdClassName
{
border-color: #8C8FF6;
}
.TagClassName
{
border-color: #8C8FF6;
}
</style>