Shades of Portage #8891CA
Tints of Portage #8891CA
RGB
CMYK
RGB Variations
Color information
#8891CA (or 0x8891CA) is known color: Portage. HEX triplet: 88, 91 and CA. RGB value is (136,145,202). Sum of RGB (Red+Green+Blue) = 136+145+202=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8891CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891CA is #776E35. Grayscale: #949494. Windows color (decimal): -7826998 or 13275528. OLE color: 13275528.
HSL color Cylindrical-coordinate representation of color #8891CA: hue angle of 231.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8891CA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 145 | 202 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.21 |
| HSL | 231.82º | 0.38% | 0.66% | - |
| HSV(B) | 231.82º | 0.33% | 0.79% | - |
| XYZ | 30.94 | 29.75 | 59.99 | - |
| YUV | 148.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 202 | 0.33 | 0.28 | 0 | 0.21 | 231.82 | 0.38 | 0.66 |
| Hex | 88 | 91 | CA | 21 | 1C | 0 | 15 | E8 | 26 | 42 |
| Octal | 210 | 221 | 312 | 41 | 34 | 0 | 25 | 350 | 46 | 102 |
| Binary | 10001000 | 10010001 | 11001010 | 100001 | 11100 | 0 | 10101 | 11101000 | 100110 | 1000010 |
Color Harmonies of #8891CA
Complementary color
Monochromatic Colors of #8891CA
Black with #8891CA
Text Example
Text Example
White with #8891CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891CA; }
p { color: rgb(136,145,202); }
H1.HeaderClassName
{
color: #8891CA;
}
.AnyTagClassName
{
color: #8891CA;
}
</style>
background-color css
<style>
a { background-color: #8891CA; }
a { background-color: rgb(136,145,202); }
div.DivClassName
{
background-color: #8891CA;
}
.BgClassName
{
background-color: #8891CA;
}
</style>
border-color css
<style>
span { border-color: #8891CA; }
span { border-color: rgb(136,145,202); }
td.TdClassName
{
border-color: #8891CA;
}
.TagClassName
{
border-color: #8891CA;
}
</style>