Shades of Portage #8C9FFA
Tints of Portage #8C9FFA
RGB
CMYK
RGB Variations
Color information
#8C9FFA (or 0x8C9FFA) is known color: Portage. HEX triplet: 8C, 9F and FA. RGB value is (140,159,250). Sum of RGB (Red+Green+Blue) = 140+159+250=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C9FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9FFA is #736005. Grayscale: #A3A3A3. Windows color (decimal): -7561222 or 16424844. OLE color: 16424844.
HSL color Cylindrical-coordinate representation of color #8C9FFA: hue angle of 229.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C9FFA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 159 | 250 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.02 |
| HSL | 229.64º | 0.92% | 0.76% | - |
| HSV(B) | 229.64º | 0.44% | 0.98% | - |
| XYZ | 40.47 | 37.27 | 95.5 | - |
| YUV | 163.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 250 | 0.44 | 0.36 | 0 | 0.02 | 229.64 | 0.92 | 0.76 |
| Hex | 8C | 9F | FA | 2C | 24 | 0 | 2 | E6 | 5C | 4C |
| Octal | 214 | 237 | 372 | 54 | 44 | 0 | 2 | 346 | 134 | 114 |
| Binary | 10001100 | 10011111 | 11111010 | 101100 | 100100 | 0 | 10 | 11100110 | 1011100 | 1001100 |
Color Harmonies of #8C9FFA
Complementary color
Monochromatic Colors of #8C9FFA
Black with #8C9FFA
Text Example
Text Example
White with #8C9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FFA; }
p { color: rgb(140,159,250); }
H1.HeaderClassName
{
color: #8C9FFA;
}
.AnyTagClassName
{
color: #8C9FFA;
}
</style>
background-color css
<style>
a { background-color: #8C9FFA; }
a { background-color: rgb(140,159,250); }
div.DivClassName
{
background-color: #8C9FFA;
}
.BgClassName
{
background-color: #8C9FFA;
}
</style>
border-color css
<style>
span { border-color: #8C9FFA; }
span { border-color: rgb(140,159,250); }
td.TdClassName
{
border-color: #8C9FFA;
}
.TagClassName
{
border-color: #8C9FFA;
}
</style>