Shades of Portage #8C99ED
Tints of Portage #8C99ED
RGB
CMYK
RGB Variations
Color information
#8C99ED (or 0x8C99ED) is known color: Portage. HEX triplet: 8C, 99 and ED. RGB value is (140,153,237). Sum of RGB (Red+Green+Blue) = 140+153+237=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C99ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99ED is #736612. Grayscale: #9E9E9E. Windows color (decimal): -7562771 or 15571340. OLE color: 15571340.
HSL color Cylindrical-coordinate representation of color #8C99ED: hue angle of 231.96º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C99ED is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 153 | 237 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.07 |
| HSL | 231.96º | 0.73% | 0.74% | - |
| HSV(B) | 231.96º | 0.41% | 0.93% | - |
| XYZ | 37.49 | 34.47 | 84.8 | - |
| YUV | 158.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 237 | 0.41 | 0.35 | 0 | 0.07 | 231.96 | 0.73 | 0.74 |
| Hex | 8C | 99 | ED | 29 | 23 | 0 | 7 | E8 | 49 | 4A |
| Octal | 214 | 231 | 355 | 51 | 43 | 0 | 7 | 350 | 111 | 112 |
| Binary | 10001100 | 10011001 | 11101101 | 101001 | 100011 | 0 | 111 | 11101000 | 1001001 | 1001010 |
Color Harmonies of #8C99ED
Complementary color
Monochromatic Colors of #8C99ED
Black with #8C99ED
Text Example
Text Example
White with #8C99ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99ED; }
p { color: rgb(140,153,237); }
H1.HeaderClassName
{
color: #8C99ED;
}
.AnyTagClassName
{
color: #8C99ED;
}
</style>
background-color css
<style>
a { background-color: #8C99ED; }
a { background-color: rgb(140,153,237); }
div.DivClassName
{
background-color: #8C99ED;
}
.BgClassName
{
background-color: #8C99ED;
}
</style>
border-color css
<style>
span { border-color: #8C99ED; }
span { border-color: rgb(140,153,237); }
td.TdClassName
{
border-color: #8C99ED;
}
.TagClassName
{
border-color: #8C99ED;
}
</style>