Shades of Portage #8991DA
Tints of Portage #8991DA
RGB
CMYK
RGB Variations
Color information
#8991DA (or 0x8991DA) is known color: Portage. HEX triplet: 89, 91 and DA. RGB value is (137,145,218). Sum of RGB (Red+Green+Blue) = 137+145+218=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8991DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991DA is #766E25. Grayscale: #969696. Windows color (decimal): -7761446 or 14324105. OLE color: 14324105.
HSL color Cylindrical-coordinate representation of color #8991DA: hue angle of 234.07º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8991DA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 145 | 218 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.15 |
| HSL | 234.07º | 0.52% | 0.7% | - |
| HSV(B) | 234.07º | 0.37% | 0.85% | - |
| XYZ | 33.1 | 30.63 | 70.5 | - |
| YUV | 150.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 218 | 0.37 | 0.33 | 0 | 0.15 | 234.07 | 0.52 | 0.7 |
| Hex | 89 | 91 | DA | 25 | 21 | 0 | F | EA | 34 | 46 |
| Octal | 211 | 221 | 332 | 45 | 41 | 0 | 17 | 352 | 64 | 106 |
| Binary | 10001001 | 10010001 | 11011010 | 100101 | 100001 | 0 | 1111 | 11101010 | 110100 | 1000110 |
Color Harmonies of #8991DA
Complementary color
Monochromatic Colors of #8991DA
Black with #8991DA
Text Example
Text Example
White with #8991DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8991DA; }
p { color: rgb(137,145,218); }
H1.HeaderClassName
{
color: #8991DA;
}
.AnyTagClassName
{
color: #8991DA;
}
</style>
background-color css
<style>
a { background-color: #8991DA; }
a { background-color: rgb(137,145,218); }
div.DivClassName
{
background-color: #8991DA;
}
.BgClassName
{
background-color: #8991DA;
}
</style>
border-color css
<style>
span { border-color: #8991DA; }
span { border-color: rgb(137,145,218); }
td.TdClassName
{
border-color: #8991DA;
}
.TagClassName
{
border-color: #8991DA;
}
</style>