Shades of Portage #8796FF
Tints of Portage #8796FF
RGB
CMYK
RGB Variations
Color information
#8796FF (or 0x8796FF) is known color: Portage. HEX triplet: 87, 96 and FF. RGB value is (135,150,255). Sum of RGB (Red+Green+Blue) = 135+150+255=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #8796FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8796FF is #786900. Grayscale: #9D9D9D. Windows color (decimal): -7891201 or 16750215. OLE color: 16750215.
HSL color Cylindrical-coordinate representation of color #8796FF: hue angle of 232.5º 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 #8796FF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 150 | 255 | - |
| CMYK | 0.47 | 0.41 | 0 | 0 |
| HSL | 232.5º | 1% | 0.76% | - |
| HSV(B) | 232.5º | 0.47% | 1% | - |
| XYZ | 38.95 | 34.18 | 99.15 | - |
| YUV | 157.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 255 | 0.47 | 0.41 | 0 | 0 | 232.5 | 1 | 0.76 |
| Hex | 87 | 96 | FF | 2F | 29 | 0 | 0 | E8 | 64 | 4C |
| Octal | 207 | 226 | 377 | 57 | 51 | 0 | 0 | 350 | 144 | 114 |
| Binary | 10000111 | 10010110 | 11111111 | 101111 | 101001 | 0 | 0 | 11101000 | 1100100 | 1001100 |
Color Harmonies of #8796FF
Complementary color
Monochromatic Colors of #8796FF
Black with #8796FF
Text Example
Text Example
White with #8796FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8796FF; }
p { color: rgb(135,150,255); }
H1.HeaderClassName
{
color: #8796FF;
}
.AnyTagClassName
{
color: #8796FF;
}
</style>
background-color css
<style>
a { background-color: #8796FF; }
a { background-color: rgb(135,150,255); }
div.DivClassName
{
background-color: #8796FF;
}
.BgClassName
{
background-color: #8796FF;
}
</style>
border-color css
<style>
span { border-color: #8796FF; }
span { border-color: rgb(135,150,255); }
td.TdClassName
{
border-color: #8796FF;
}
.TagClassName
{
border-color: #8796FF;
}
</style>