Shades of Portage #8A91D6
Tints of Portage #8A91D6
RGB
CMYK
RGB Variations
Color information
#8A91D6 (or 0x8A91D6) is known color: Portage. HEX triplet: 8A, 91 and D6. RGB value is (138,145,214). Sum of RGB (Red+Green+Blue) = 138+145+214=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A91D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A91D6 is #756E29. Grayscale: #969696. Windows color (decimal): -7695914 or 14061962. OLE color: 14061962.
HSL color Cylindrical-coordinate representation of color #8A91D6: hue angle of 234.47º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A91D6 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 145 | 214 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.16 |
| HSL | 234.47º | 0.48% | 0.69% | - |
| HSV(B) | 234.47º | 0.36% | 0.84% | - |
| XYZ | 32.74 | 30.51 | 67.78 | - |
| YUV | 150.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 214 | 0.36 | 0.32 | 0 | 0.16 | 234.47 | 0.48 | 0.69 |
| Hex | 8A | 91 | D6 | 24 | 20 | 0 | 10 | EA | 30 | 45 |
| Octal | 212 | 221 | 326 | 44 | 40 | 0 | 20 | 352 | 60 | 105 |
| Binary | 10001010 | 10010001 | 11010110 | 100100 | 100000 | 0 | 10000 | 11101010 | 110000 | 1000101 |
Color Harmonies of #8A91D6
Complementary color
Monochromatic Colors of #8A91D6
Black with #8A91D6
Text Example
Text Example
White with #8A91D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A91D6; }
p { color: rgb(138,145,214); }
H1.HeaderClassName
{
color: #8A91D6;
}
.AnyTagClassName
{
color: #8A91D6;
}
</style>
background-color css
<style>
a { background-color: #8A91D6; }
a { background-color: rgb(138,145,214); }
div.DivClassName
{
background-color: #8A91D6;
}
.BgClassName
{
background-color: #8A91D6;
}
</style>
border-color css
<style>
span { border-color: #8A91D6; }
span { border-color: rgb(138,145,214); }
td.TdClassName
{
border-color: #8A91D6;
}
.TagClassName
{
border-color: #8A91D6;
}
</style>