Shades of Portage #8797F6
Tints of Portage #8797F6
RGB
CMYK
RGB Variations
Color information
#8797F6 (or 0x8797F6) is known color: Portage. HEX triplet: 87, 97 and F6. RGB value is (135,151,246). Sum of RGB (Red+Green+Blue) = 135+151+246=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #8797F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8797F6 is #786809. Grayscale: #9C9C9C. Windows color (decimal): -7890954 or 16160647. OLE color: 16160647.
HSL color Cylindrical-coordinate representation of color #8797F6: hue angle of 231.35º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8797F6 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 151 | 246 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.04 |
| HSL | 231.35º | 0.86% | 0.75% | - |
| HSV(B) | 231.35º | 0.45% | 0.96% | - |
| XYZ | 37.69 | 33.94 | 91.75 | - |
| YUV | 157.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 246 | 0.45 | 0.39 | 0 | 0.04 | 231.35 | 0.86 | 0.75 |
| Hex | 87 | 97 | F6 | 2D | 27 | 0 | 4 | E7 | 56 | 4B |
| Octal | 207 | 227 | 366 | 55 | 47 | 0 | 4 | 347 | 126 | 113 |
| Binary | 10000111 | 10010111 | 11110110 | 101101 | 100111 | 0 | 100 | 11100111 | 1010110 | 1001011 |
Color Harmonies of #8797F6
Complementary color
Monochromatic Colors of #8797F6
Black with #8797F6
Text Example
Text Example
White with #8797F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797F6; }
p { color: rgb(135,151,246); }
H1.HeaderClassName
{
color: #8797F6;
}
.AnyTagClassName
{
color: #8797F6;
}
</style>
background-color css
<style>
a { background-color: #8797F6; }
a { background-color: rgb(135,151,246); }
div.DivClassName
{
background-color: #8797F6;
}
.BgClassName
{
background-color: #8797F6;
}
</style>
border-color css
<style>
span { border-color: #8797F6; }
span { border-color: rgb(135,151,246); }
td.TdClassName
{
border-color: #8797F6;
}
.TagClassName
{
border-color: #8797F6;
}
</style>