Shades of Portage #8C97EE
Tints of Portage #8C97EE
RGB
CMYK
RGB Variations
Color information
#8C97EE (or 0x8C97EE) is known color: Portage. HEX triplet: 8C, 97 and EE. RGB value is (140,151,238). Sum of RGB (Red+Green+Blue) = 140+151+238=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C97EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C97EE is #736811. Grayscale: #9D9D9D. Windows color (decimal): -7563282 or 15636364. OLE color: 15636364.
HSL color Cylindrical-coordinate representation of color #8C97EE: hue angle of 233.27º 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 #8C97EE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 151 | 238 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.07 |
| HSL | 233.27º | 0.74% | 0.74% | - |
| HSV(B) | 233.27º | 0.41% | 0.93% | - |
| XYZ | 37.31 | 33.88 | 85.46 | - |
| YUV | 157.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 238 | 0.41 | 0.37 | 0 | 0.07 | 233.27 | 0.74 | 0.74 |
| Hex | 8C | 97 | EE | 29 | 25 | 0 | 7 | E9 | 4A | 4A |
| Octal | 214 | 227 | 356 | 51 | 45 | 0 | 7 | 351 | 112 | 112 |
| Binary | 10001100 | 10010111 | 11101110 | 101001 | 100101 | 0 | 111 | 11101001 | 1001010 | 1001010 |
Color Harmonies of #8C97EE
Complementary color
Monochromatic Colors of #8C97EE
Black with #8C97EE
Text Example
Text Example
White with #8C97EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C97EE; }
p { color: rgb(140,151,238); }
H1.HeaderClassName
{
color: #8C97EE;
}
.AnyTagClassName
{
color: #8C97EE;
}
</style>
background-color css
<style>
a { background-color: #8C97EE; }
a { background-color: rgb(140,151,238); }
div.DivClassName
{
background-color: #8C97EE;
}
.BgClassName
{
background-color: #8C97EE;
}
</style>
border-color css
<style>
span { border-color: #8C97EE; }
span { border-color: rgb(140,151,238); }
td.TdClassName
{
border-color: #8C97EE;
}
.TagClassName
{
border-color: #8C97EE;
}
</style>