Shades of Portage #8991CE
Tints of Portage #8991CE
RGB
CMYK
RGB Variations
Color information
#8991CE (or 0x8991CE) is known color: Portage. HEX triplet: 89, 91 and CE. RGB value is (137,145,206). Sum of RGB (Red+Green+Blue) = 137+145+206=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8991CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991CE is #766E31. Grayscale: #959595. Windows color (decimal): -7761458 or 13537673. OLE color: 13537673.
HSL color Cylindrical-coordinate representation of color #8991CE: hue angle of 233.04º 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 #8991CE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 145 | 206 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.19 |
| HSL | 233.04º | 0.41% | 0.67% | - |
| HSV(B) | 233.04º | 0.33% | 0.81% | - |
| XYZ | 31.58 | 30.03 | 62.52 | - |
| YUV | 149.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 206 | 0.33 | 0.30 | 0 | 0.19 | 233.04 | 0.41 | 0.67 |
| Hex | 89 | 91 | CE | 21 | 1E | 0 | 13 | E9 | 29 | 43 |
| Octal | 211 | 221 | 316 | 41 | 36 | 0 | 23 | 351 | 51 | 103 |
| Binary | 10001001 | 10010001 | 11001110 | 100001 | 11110 | 0 | 10011 | 11101001 | 101001 | 1000011 |
Color Harmonies of #8991CE
Complementary color
Monochromatic Colors of #8991CE
Black with #8991CE
Text Example
Text Example
White with #8991CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8991CE; }
p { color: rgb(137,145,206); }
H1.HeaderClassName
{
color: #8991CE;
}
.AnyTagClassName
{
color: #8991CE;
}
</style>
background-color css
<style>
a { background-color: #8991CE; }
a { background-color: rgb(137,145,206); }
div.DivClassName
{
background-color: #8991CE;
}
.BgClassName
{
background-color: #8991CE;
}
</style>
border-color css
<style>
span { border-color: #8991CE; }
span { border-color: rgb(137,145,206); }
td.TdClassName
{
border-color: #8991CE;
}
.TagClassName
{
border-color: #8991CE;
}
</style>