Shades of Portage #8C99FD
Tints of Portage #8C99FD
RGB
CMYK
RGB Variations
Color information
#8C99FD (or 0x8C99FD) is known color: Portage. HEX triplet: 8C, 99 and FD. RGB value is (140,153,253). Sum of RGB (Red+Green+Blue) = 140+153+253=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C99FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99FD is #736602. Grayscale: #A0A0A0. Windows color (decimal): -7562755 or 16619916. OLE color: 16619916.
HSL color Cylindrical-coordinate representation of color #8C99FD: hue angle of 233.1º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C99FD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 153 | 253 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.01 |
| HSL | 233.1º | 0.97% | 0.77% | - |
| HSV(B) | 233.1º | 0.45% | 0.99% | - |
| XYZ | 39.94 | 35.45 | 97.67 | - |
| YUV | 160.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 253 | 0.45 | 0.40 | 0 | 0.01 | 233.1 | 0.97 | 0.77 |
| Hex | 8C | 99 | FD | 2D | 28 | 0 | 1 | E9 | 61 | 4D |
| Octal | 214 | 231 | 375 | 55 | 50 | 0 | 1 | 351 | 141 | 115 |
| Binary | 10001100 | 10011001 | 11111101 | 101101 | 101000 | 0 | 1 | 11101001 | 1100001 | 1001101 |
Color Harmonies of #8C99FD
Complementary color
Monochromatic Colors of #8C99FD
Black with #8C99FD
Text Example
Text Example
White with #8C99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99FD; }
p { color: rgb(140,153,253); }
H1.HeaderClassName
{
color: #8C99FD;
}
.AnyTagClassName
{
color: #8C99FD;
}
</style>
background-color css
<style>
a { background-color: #8C99FD; }
a { background-color: rgb(140,153,253); }
div.DivClassName
{
background-color: #8C99FD;
}
.BgClassName
{
background-color: #8C99FD;
}
</style>
border-color css
<style>
span { border-color: #8C99FD; }
span { border-color: rgb(140,153,253); }
td.TdClassName
{
border-color: #8C99FD;
}
.TagClassName
{
border-color: #8C99FD;
}
</style>