Shades of Portage #8C99FA
Tints of Portage #8C99FA
RGB
CMYK
RGB Variations
Color information
#8C99FA (or 0x8C99FA) is known color: Portage. HEX triplet: 8C, 99 and FA. RGB value is (140,153,250). Sum of RGB (Red+Green+Blue) = 140+153+250=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C99FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99FA is #736605. Grayscale: #9F9F9F. Windows color (decimal): -7562758 or 16423308. OLE color: 16423308.
HSL color Cylindrical-coordinate representation of color #8C99FA: hue angle of 232.91º 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 #8C99FA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 153 | 250 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.02 |
| HSL | 232.91º | 0.92% | 0.76% | - |
| HSV(B) | 232.91º | 0.44% | 0.98% | - |
| XYZ | 39.46 | 35.26 | 95.17 | - |
| YUV | 160.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 250 | 0.44 | 0.39 | 0 | 0.02 | 232.91 | 0.92 | 0.76 |
| Hex | 8C | 99 | FA | 2C | 27 | 0 | 2 | E9 | 5C | 4C |
| Octal | 214 | 231 | 372 | 54 | 47 | 0 | 2 | 351 | 134 | 114 |
| Binary | 10001100 | 10011001 | 11111010 | 101100 | 100111 | 0 | 10 | 11101001 | 1011100 | 1001100 |
Color Harmonies of #8C99FA
Complementary color
Monochromatic Colors of #8C99FA
Black with #8C99FA
Text Example
Text Example
White with #8C99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99FA; }
p { color: rgb(140,153,250); }
H1.HeaderClassName
{
color: #8C99FA;
}
.AnyTagClassName
{
color: #8C99FA;
}
</style>
background-color css
<style>
a { background-color: #8C99FA; }
a { background-color: rgb(140,153,250); }
div.DivClassName
{
background-color: #8C99FA;
}
.BgClassName
{
background-color: #8C99FA;
}
</style>
border-color css
<style>
span { border-color: #8C99FA; }
span { border-color: rgb(140,153,250); }
td.TdClassName
{
border-color: #8C99FA;
}
.TagClassName
{
border-color: #8C99FA;
}
</style>