Shades of Portage #8C9FEE
Tints of Portage #8C9FEE
RGB
CMYK
RGB Variations
Color information
#8C9FEE (or 0x8C9FEE) is known color: Portage. HEX triplet: 8C, 9F and EE. RGB value is (140,159,238). Sum of RGB (Red+Green+Blue) = 140+159+238=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9FEE is #736011. Grayscale: #A1A1A1. Windows color (decimal): -7561234 or 15638412. OLE color: 15638412.
HSL color Cylindrical-coordinate representation of color #8C9FEE: hue angle of 228.37º 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 #8C9FEE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 159 | 238 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.07 |
| HSL | 228.37º | 0.74% | 0.74% | - |
| HSV(B) | 228.37º | 0.41% | 0.93% | - |
| XYZ | 38.65 | 36.54 | 85.91 | - |
| YUV | 162.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 238 | 0.41 | 0.33 | 0 | 0.07 | 228.37 | 0.74 | 0.74 |
| Hex | 8C | 9F | EE | 29 | 21 | 0 | 7 | E4 | 4A | 4A |
| Octal | 214 | 237 | 356 | 51 | 41 | 0 | 7 | 344 | 112 | 112 |
| Binary | 10001100 | 10011111 | 11101110 | 101001 | 100001 | 0 | 111 | 11100100 | 1001010 | 1001010 |
Color Harmonies of #8C9FEE
Complementary color
Monochromatic Colors of #8C9FEE
Black with #8C9FEE
Text Example
Text Example
White with #8C9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FEE; }
p { color: rgb(140,159,238); }
H1.HeaderClassName
{
color: #8C9FEE;
}
.AnyTagClassName
{
color: #8C9FEE;
}
</style>
background-color css
<style>
a { background-color: #8C9FEE; }
a { background-color: rgb(140,159,238); }
div.DivClassName
{
background-color: #8C9FEE;
}
.BgClassName
{
background-color: #8C9FEE;
}
</style>
border-color css
<style>
span { border-color: #8C9FEE; }
span { border-color: rgb(140,159,238); }
td.TdClassName
{
border-color: #8C9FEE;
}
.TagClassName
{
border-color: #8C9FEE;
}
</style>