Shades of Portage #8B91DC
Tints of Portage #8B91DC
RGB
CMYK
RGB Variations
Color information
#8B91DC (or 0x8B91DC) is known color: Portage. HEX triplet: 8B, 91 and DC. RGB value is (139,145,220). Sum of RGB (Red+Green+Blue) = 139+145+220=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B91DC is #746E23. Grayscale: #979797. Windows color (decimal): -7630372 or 14455179. OLE color: 14455179.
HSL color Cylindrical-coordinate representation of color #8B91DC: hue angle of 235.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B91DC is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 145 | 220 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.14 |
| HSL | 235.56º | 0.54% | 0.7% | - |
| HSV(B) | 235.56º | 0.37% | 0.86% | - |
| XYZ | 33.69 | 30.91 | 71.9 | - |
| YUV | 151.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 220 | 0.37 | 0.34 | 0 | 0.14 | 235.56 | 0.54 | 0.7 |
| Hex | 8B | 91 | DC | 25 | 22 | 0 | E | EC | 36 | 46 |
| Octal | 213 | 221 | 334 | 45 | 42 | 0 | 16 | 354 | 66 | 106 |
| Binary | 10001011 | 10010001 | 11011100 | 100101 | 100010 | 0 | 1110 | 11101100 | 110110 | 1000110 |
Color Harmonies of #8B91DC
Complementary color
Monochromatic Colors of #8B91DC
Black with #8B91DC
Text Example
Text Example
White with #8B91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B91DC; }
p { color: rgb(139,145,220); }
H1.HeaderClassName
{
color: #8B91DC;
}
.AnyTagClassName
{
color: #8B91DC;
}
</style>
background-color css
<style>
a { background-color: #8B91DC; }
a { background-color: rgb(139,145,220); }
div.DivClassName
{
background-color: #8B91DC;
}
.BgClassName
{
background-color: #8B91DC;
}
</style>
border-color css
<style>
span { border-color: #8B91DC; }
span { border-color: rgb(139,145,220); }
td.TdClassName
{
border-color: #8B91DC;
}
.TagClassName
{
border-color: #8B91DC;
}
</style>