Shades of Portage #8C99EA
Tints of Portage #8C99EA
RGB
CMYK
RGB Variations
Color information
#8C99EA (or 0x8C99EA) is known color: Portage. HEX triplet: 8C, 99 and EA. RGB value is (140,153,234). Sum of RGB (Red+Green+Blue) = 140+153+234=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C99EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99EA is #736615. Grayscale: #9E9E9E. Windows color (decimal): -7562774 or 15374732. OLE color: 15374732.
HSL color Cylindrical-coordinate representation of color #8C99EA: hue angle of 231.7º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C99EA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 153 | 234 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.08 |
| HSL | 231.7º | 0.69% | 0.73% | - |
| HSV(B) | 231.7º | 0.4% | 0.92% | - |
| XYZ | 37.06 | 34.3 | 82.51 | - |
| YUV | 158.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 234 | 0.40 | 0.35 | 0 | 0.08 | 231.7 | 0.69 | 0.73 |
| Hex | 8C | 99 | EA | 28 | 23 | 0 | 8 | E8 | 45 | 49 |
| Octal | 214 | 231 | 352 | 50 | 43 | 0 | 10 | 350 | 105 | 111 |
| Binary | 10001100 | 10011001 | 11101010 | 101000 | 100011 | 0 | 1000 | 11101000 | 1000101 | 1001001 |
Color Harmonies of #8C99EA
Complementary color
Monochromatic Colors of #8C99EA
Black with #8C99EA
Text Example
Text Example
White with #8C99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99EA; }
p { color: rgb(140,153,234); }
H1.HeaderClassName
{
color: #8C99EA;
}
.AnyTagClassName
{
color: #8C99EA;
}
</style>
background-color css
<style>
a { background-color: #8C99EA; }
a { background-color: rgb(140,153,234); }
div.DivClassName
{
background-color: #8C99EA;
}
.BgClassName
{
background-color: #8C99EA;
}
</style>
border-color css
<style>
span { border-color: #8C99EA; }
span { border-color: rgb(140,153,234); }
td.TdClassName
{
border-color: #8C99EA;
}
.TagClassName
{
border-color: #8C99EA;
}
</style>