Shades of Portage #8797FF
Tints of Portage #8797FF
RGB
CMYK
RGB Variations
Color information
#8797FF (or 0x8797FF) is known color: Portage. HEX triplet: 87, 97 and FF. RGB value is (135,151,255). Sum of RGB (Red+Green+Blue) = 135+151+255=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8797FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8797FF is #786800. Grayscale: #9D9D9D. Windows color (decimal): -7890945 or 16750471. OLE color: 16750471.
HSL color Cylindrical-coordinate representation of color #8797FF: hue angle of 232º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8797FF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 151 | 255 | - |
| CMYK | 0.47 | 0.41 | 0 | 0 |
| HSL | 232º | 1% | 0.76% | - |
| HSV(B) | 232º | 0.47% | 1% | - |
| XYZ | 39.11 | 34.5 | 99.21 | - |
| YUV | 158.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 255 | 0.47 | 0.41 | 0 | 0 | 232 | 1 | 0.76 |
| Hex | 87 | 97 | FF | 2F | 29 | 0 | 0 | E8 | 64 | 4C |
| Octal | 207 | 227 | 377 | 57 | 51 | 0 | 0 | 350 | 144 | 114 |
| Binary | 10000111 | 10010111 | 11111111 | 101111 | 101001 | 0 | 0 | 11101000 | 1100100 | 1001100 |
Color Harmonies of #8797FF
Complementary color
Monochromatic Colors of #8797FF
Black with #8797FF
Text Example
Text Example
White with #8797FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797FF; }
p { color: rgb(135,151,255); }
H1.HeaderClassName
{
color: #8797FF;
}
.AnyTagClassName
{
color: #8797FF;
}
</style>
background-color css
<style>
a { background-color: #8797FF; }
a { background-color: rgb(135,151,255); }
div.DivClassName
{
background-color: #8797FF;
}
.BgClassName
{
background-color: #8797FF;
}
</style>
border-color css
<style>
span { border-color: #8797FF; }
span { border-color: rgb(135,151,255); }
td.TdClassName
{
border-color: #8797FF;
}
.TagClassName
{
border-color: #8797FF;
}
</style>