Shades of Portage #8C99EE
Tints of Portage #8C99EE
RGB
CMYK
RGB Variations
Color information
#8C99EE (or 0x8C99EE) is known color: Portage. HEX triplet: 8C, 99 and EE. RGB value is (140,153,238). Sum of RGB (Red+Green+Blue) = 140+153+238=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99EE is #736611. Grayscale: #9E9E9E. Windows color (decimal): -7562770 or 15636876. OLE color: 15636876.
HSL color Cylindrical-coordinate representation of color #8C99EE: hue angle of 232.04º degrees, saturation: 0.74, 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 #8C99EE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 153 | 238 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.07 |
| HSL | 232.04º | 0.74% | 0.74% | - |
| HSV(B) | 232.04º | 0.41% | 0.93% | - |
| XYZ | 37.64 | 34.53 | 85.57 | - |
| YUV | 158.8 | 172.69 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 238 | 0.41 | 0.36 | 0 | 0.07 | 232.04 | 0.74 | 0.74 |
| Hex | 8C | 99 | EE | 29 | 24 | 0 | 7 | E8 | 4A | 4A |
| Octal | 214 | 231 | 356 | 51 | 44 | 0 | 7 | 350 | 112 | 112 |
| Binary | 10001100 | 10011001 | 11101110 | 101001 | 100100 | 0 | 111 | 11101000 | 1001010 | 1001010 |
Color Harmonies of #8C99EE
Complementary color
Monochromatic Colors of #8C99EE
Black with #8C99EE
Text Example
Text Example
White with #8C99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99EE; }
p { color: rgb(140,153,238); }
H1.HeaderClassName
{
color: #8C99EE;
}
.AnyTagClassName
{
color: #8C99EE;
}
</style>
background-color css
<style>
a { background-color: #8C99EE; }
a { background-color: rgb(140,153,238); }
div.DivClassName
{
background-color: #8C99EE;
}
.BgClassName
{
background-color: #8C99EE;
}
</style>
border-color css
<style>
span { border-color: #8C99EE; }
span { border-color: rgb(140,153,238); }
td.TdClassName
{
border-color: #8C99EE;
}
.TagClassName
{
border-color: #8C99EE;
}
</style>