Shades of Portage #8D97EA
Tints of Portage #8D97EA
RGB
CMYK
RGB Variations
Color information
#8D97EA (or 0x8D97EA) is known color: Portage. HEX triplet: 8D, 97 and EA. RGB value is (141,151,234). Sum of RGB (Red+Green+Blue) = 141+151+234=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D97EA is #726815. Grayscale: #9D9D9D. Windows color (decimal): -7497750 or 15374221. OLE color: 15374221.
HSL color Cylindrical-coordinate representation of color #8D97EA: hue angle of 233.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D97EA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 151 | 234 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.08 |
| HSL | 233.55º | 0.69% | 0.74% | - |
| HSV(B) | 233.55º | 0.4% | 0.92% | - |
| XYZ | 36.9 | 33.74 | 82.41 | - |
| YUV | 157.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 234 | 0.40 | 0.35 | 0 | 0.08 | 233.55 | 0.69 | 0.74 |
| Hex | 8D | 97 | EA | 28 | 23 | 0 | 8 | EA | 45 | 4A |
| Octal | 215 | 227 | 352 | 50 | 43 | 0 | 10 | 352 | 105 | 112 |
| Binary | 10001101 | 10010111 | 11101010 | 101000 | 100011 | 0 | 1000 | 11101010 | 1000101 | 1001010 |
Color Harmonies of #8D97EA
Complementary color
Monochromatic Colors of #8D97EA
Black with #8D97EA
Text Example
Text Example
White with #8D97EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D97EA; }
p { color: rgb(141,151,234); }
H1.HeaderClassName
{
color: #8D97EA;
}
.AnyTagClassName
{
color: #8D97EA;
}
</style>
background-color css
<style>
a { background-color: #8D97EA; }
a { background-color: rgb(141,151,234); }
div.DivClassName
{
background-color: #8D97EA;
}
.BgClassName
{
background-color: #8D97EA;
}
</style>
border-color css
<style>
span { border-color: #8D97EA; }
span { border-color: rgb(141,151,234); }
td.TdClassName
{
border-color: #8D97EA;
}
.TagClassName
{
border-color: #8D97EA;
}
</style>