Shades of Portage #8795E6
Tints of Portage #8795E6
RGB
CMYK
RGB Variations
Color information
#8795E6 (or 0x8795E6) is known color: Portage. HEX triplet: 87, 95 and E6. RGB value is (135,149,230). Sum of RGB (Red+Green+Blue) = 135+149+230=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #8795E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8795E6 is #786A19. Grayscale: #999999. Windows color (decimal): -7891482 or 15111559. OLE color: 15111559.
HSL color Cylindrical-coordinate representation of color #8795E6: hue angle of 231.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8795E6 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 149 | 230 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.10 |
| HSL | 231.16º | 0.66% | 0.72% | - |
| HSV(B) | 231.16º | 0.41% | 0.9% | - |
| XYZ | 35.02 | 32.36 | 79.26 | - |
| YUV | 154.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 230 | 0.41 | 0.35 | 0 | 0.10 | 231.16 | 0.66 | 0.72 |
| Hex | 87 | 95 | E6 | 29 | 23 | 0 | A | E7 | 42 | 48 |
| Octal | 207 | 225 | 346 | 51 | 43 | 0 | 12 | 347 | 102 | 110 |
| Binary | 10000111 | 10010101 | 11100110 | 101001 | 100011 | 0 | 1010 | 11100111 | 1000010 | 1001000 |
Color Harmonies of #8795E6
Complementary color
Monochromatic Colors of #8795E6
Black with #8795E6
Text Example
Text Example
White with #8795E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8795E6; }
p { color: rgb(135,149,230); }
H1.HeaderClassName
{
color: #8795E6;
}
.AnyTagClassName
{
color: #8795E6;
}
</style>
background-color css
<style>
a { background-color: #8795E6; }
a { background-color: rgb(135,149,230); }
div.DivClassName
{
background-color: #8795E6;
}
.BgClassName
{
background-color: #8795E6;
}
</style>
border-color css
<style>
span { border-color: #8795E6; }
span { border-color: rgb(135,149,230); }
td.TdClassName
{
border-color: #8795E6;
}
.TagClassName
{
border-color: #8795E6;
}
</style>