Shades of Portage #8797EA
Tints of Portage #8797EA
RGB
CMYK
RGB Variations
Color information
#8797EA (or 0x8797EA) is known color: Portage. HEX triplet: 87, 97 and EA. RGB value is (135,151,234). Sum of RGB (Red+Green+Blue) = 135+151+234=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #8797EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8797EA is #786815. Grayscale: #9B9B9B. Windows color (decimal): -7890966 or 15374215. OLE color: 15374215.
HSL color Cylindrical-coordinate representation of color #8797EA: hue angle of 230.3º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8797EA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 151 | 234 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.08 |
| HSL | 230.3º | 0.7% | 0.72% | - |
| HSV(B) | 230.3º | 0.42% | 0.92% | - |
| XYZ | 35.91 | 33.22 | 82.36 | - |
| YUV | 155.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 234 | 0.42 | 0.35 | 0 | 0.08 | 230.3 | 0.7 | 0.72 |
| Hex | 87 | 97 | EA | 2A | 23 | 0 | 8 | E6 | 46 | 48 |
| Octal | 207 | 227 | 352 | 52 | 43 | 0 | 10 | 346 | 106 | 110 |
| Binary | 10000111 | 10010111 | 11101010 | 101010 | 100011 | 0 | 1000 | 11100110 | 1000110 | 1001000 |
Color Harmonies of #8797EA
Complementary color
Monochromatic Colors of #8797EA
Black with #8797EA
Text Example
Text Example
White with #8797EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797EA; }
p { color: rgb(135,151,234); }
H1.HeaderClassName
{
color: #8797EA;
}
.AnyTagClassName
{
color: #8797EA;
}
</style>
background-color css
<style>
a { background-color: #8797EA; }
a { background-color: rgb(135,151,234); }
div.DivClassName
{
background-color: #8797EA;
}
.BgClassName
{
background-color: #8797EA;
}
</style>
border-color css
<style>
span { border-color: #8797EA; }
span { border-color: rgb(135,151,234); }
td.TdClassName
{
border-color: #8797EA;
}
.TagClassName
{
border-color: #8797EA;
}
</style>