Shades of Portage #8996CE
Tints of Portage #8996CE
RGB
CMYK
RGB Variations
Color information
#8996CE (or 0x8996CE) is known color: Portage. HEX triplet: 89, 96 and CE. RGB value is (137,150,206). Sum of RGB (Red+Green+Blue) = 137+150+206=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8996CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996CE is #766931. Grayscale: #989898. Windows color (decimal): -7760178 or 13538953. OLE color: 13538953.
HSL color Cylindrical-coordinate representation of color #8996CE: hue angle of 228.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8996CE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 150 | 206 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.19 |
| HSL | 228.7º | 0.41% | 0.67% | - |
| HSV(B) | 228.7º | 0.33% | 0.81% | - |
| XYZ | 32.36 | 31.59 | 62.78 | - |
| YUV | 152.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 206 | 0.33 | 0.27 | 0 | 0.19 | 228.7 | 0.41 | 0.67 |
| Hex | 89 | 96 | CE | 21 | 1B | 0 | 13 | E5 | 29 | 43 |
| Octal | 211 | 226 | 316 | 41 | 33 | 0 | 23 | 345 | 51 | 103 |
| Binary | 10001001 | 10010110 | 11001110 | 100001 | 11011 | 0 | 10011 | 11100101 | 101001 | 1000011 |
Color Harmonies of #8996CE
Complementary color
Monochromatic Colors of #8996CE
Black with #8996CE
Text Example
Text Example
White with #8996CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8996CE; }
p { color: rgb(137,150,206); }
H1.HeaderClassName
{
color: #8996CE;
}
.AnyTagClassName
{
color: #8996CE;
}
</style>
background-color css
<style>
a { background-color: #8996CE; }
a { background-color: rgb(137,150,206); }
div.DivClassName
{
background-color: #8996CE;
}
.BgClassName
{
background-color: #8996CE;
}
</style>
border-color css
<style>
span { border-color: #8996CE; }
span { border-color: rgb(137,150,206); }
td.TdClassName
{
border-color: #8996CE;
}
.TagClassName
{
border-color: #8996CE;
}
</style>