Shades of Portage #8996E6
Tints of Portage #8996E6
RGB
CMYK
RGB Variations
Color information
#8996E6 (or 0x8996E6) is known color: Portage. HEX triplet: 89, 96 and E6. RGB value is (137,150,230). Sum of RGB (Red+Green+Blue) = 137+150+230=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #8996E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996E6 is #766919. Grayscale: #9A9A9A. Windows color (decimal): -7760154 or 15111817. OLE color: 15111817.
HSL color Cylindrical-coordinate representation of color #8996E6: hue angle of 231.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8996E6 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 150 | 230 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.10 |
| HSL | 231.61º | 0.65% | 0.72% | - |
| HSV(B) | 231.61º | 0.4% | 0.9% | - |
| XYZ | 35.51 | 32.84 | 79.33 | - |
| YUV | 155.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 230 | 0.40 | 0.35 | 0 | 0.10 | 231.61 | 0.65 | 0.72 |
| Hex | 89 | 96 | E6 | 28 | 23 | 0 | A | E8 | 41 | 48 |
| Octal | 211 | 226 | 346 | 50 | 43 | 0 | 12 | 350 | 101 | 110 |
| Binary | 10001001 | 10010110 | 11100110 | 101000 | 100011 | 0 | 1010 | 11101000 | 1000001 | 1001000 |
Color Harmonies of #8996E6
Complementary color
Monochromatic Colors of #8996E6
Black with #8996E6
Text Example
Text Example
White with #8996E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996E6; }
p { color: rgb(137,150,230); }
H1.HeaderClassName
{
color: #8996E6;
}
.AnyTagClassName
{
color: #8996E6;
}
</style>
background-color css
<style>
a { background-color: #8996E6; }
a { background-color: rgb(137,150,230); }
div.DivClassName
{
background-color: #8996E6;
}
.BgClassName
{
background-color: #8996E6;
}
</style>
border-color css
<style>
span { border-color: #8996E6; }
span { border-color: rgb(137,150,230); }
td.TdClassName
{
border-color: #8996E6;
}
.TagClassName
{
border-color: #8996E6;
}
</style>