Shades of Portage #8893CA
Tints of Portage #8893CA
RGB
CMYK
RGB Variations
Color information
#8893CA (or 0x8893CA) is known color: Portage. HEX triplet: 88, 93 and CA. RGB value is (136,147,202). Sum of RGB (Red+Green+Blue) = 136+147+202=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8893CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893CA is #776C35. Grayscale: #959595. Windows color (decimal): -7826486 or 13276040. OLE color: 13276040.
HSL color Cylindrical-coordinate representation of color #8893CA: hue angle of 230º 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 #8893CA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 147 | 202 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.21 |
| HSL | 230º | 0.38% | 0.66% | - |
| HSV(B) | 230º | 0.33% | 0.79% | - |
| XYZ | 31.25 | 30.37 | 60.09 | - |
| YUV | 149.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 202 | 0.33 | 0.27 | 0 | 0.21 | 230 | 0.38 | 0.66 |
| Hex | 88 | 93 | CA | 21 | 1B | 0 | 15 | E6 | 26 | 42 |
| Octal | 210 | 223 | 312 | 41 | 33 | 0 | 25 | 346 | 46 | 102 |
| Binary | 10001000 | 10010011 | 11001010 | 100001 | 11011 | 0 | 10101 | 11100110 | 100110 | 1000010 |
Color Harmonies of #8893CA
Complementary color
Monochromatic Colors of #8893CA
Black with #8893CA
Text Example
Text Example
White with #8893CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893CA; }
p { color: rgb(136,147,202); }
H1.HeaderClassName
{
color: #8893CA;
}
.AnyTagClassName
{
color: #8893CA;
}
</style>
background-color css
<style>
a { background-color: #8893CA; }
a { background-color: rgb(136,147,202); }
div.DivClassName
{
background-color: #8893CA;
}
.BgClassName
{
background-color: #8893CA;
}
</style>
border-color css
<style>
span { border-color: #8893CA; }
span { border-color: rgb(136,147,202); }
td.TdClassName
{
border-color: #8893CA;
}
.TagClassName
{
border-color: #8893CA;
}
</style>