Shades of Portage #8A91CE
Tints of Portage #8A91CE
RGB
CMYK
RGB Variations
Color information
#8A91CE (or 0x8A91CE) is known color: Portage. HEX triplet: 8A, 91 and CE. RGB value is (138,145,206). Sum of RGB (Red+Green+Blue) = 138+145+206=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A91CE is #756E31. Grayscale: #959595. Windows color (decimal): -7695922 or 13537674. OLE color: 13537674.
HSL color Cylindrical-coordinate representation of color #8A91CE: hue angle of 233.82º 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 #8A91CE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 145 | 206 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.19 |
| HSL | 233.82º | 0.41% | 0.67% | - |
| HSV(B) | 233.82º | 0.33% | 0.81% | - |
| XYZ | 31.75 | 30.11 | 62.53 | - |
| YUV | 149.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 206 | 0.33 | 0.30 | 0 | 0.19 | 233.82 | 0.41 | 0.67 |
| Hex | 8A | 91 | CE | 21 | 1E | 0 | 13 | EA | 29 | 43 |
| Octal | 212 | 221 | 316 | 41 | 36 | 0 | 23 | 352 | 51 | 103 |
| Binary | 10001010 | 10010001 | 11001110 | 100001 | 11110 | 0 | 10011 | 11101010 | 101001 | 1000011 |
Color Harmonies of #8A91CE
Complementary color
Monochromatic Colors of #8A91CE
Black with #8A91CE
Text Example
Text Example
White with #8A91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A91CE; }
p { color: rgb(138,145,206); }
H1.HeaderClassName
{
color: #8A91CE;
}
.AnyTagClassName
{
color: #8A91CE;
}
</style>
background-color css
<style>
a { background-color: #8A91CE; }
a { background-color: rgb(138,145,206); }
div.DivClassName
{
background-color: #8A91CE;
}
.BgClassName
{
background-color: #8A91CE;
}
</style>
border-color css
<style>
span { border-color: #8A91CE; }
span { border-color: rgb(138,145,206); }
td.TdClassName
{
border-color: #8A91CE;
}
.TagClassName
{
border-color: #8A91CE;
}
</style>