Shades of Portage #8894CA
Tints of Portage #8894CA
RGB
CMYK
RGB Variations
Color information
#8894CA (or 0x8894CA) is known color: Portage. HEX triplet: 88, 94 and CA. RGB value is (136,148,202). Sum of RGB (Red+Green+Blue) = 136+148+202=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #8894CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894CA is #776B35. Grayscale: #969696. Windows color (decimal): -7826230 or 13276296. OLE color: 13276296.
HSL color Cylindrical-coordinate representation of color #8894CA: hue angle of 229.09º 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 #8894CA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 148 | 202 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.21 |
| HSL | 229.09º | 0.38% | 0.66% | - |
| HSV(B) | 229.09º | 0.33% | 0.79% | - |
| XYZ | 31.4 | 30.68 | 60.14 | - |
| YUV | 150.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 202 | 0.33 | 0.27 | 0 | 0.21 | 229.09 | 0.38 | 0.66 |
| Hex | 88 | 94 | CA | 21 | 1B | 0 | 15 | E5 | 26 | 42 |
| Octal | 210 | 224 | 312 | 41 | 33 | 0 | 25 | 345 | 46 | 102 |
| Binary | 10001000 | 10010100 | 11001010 | 100001 | 11011 | 0 | 10101 | 11100101 | 100110 | 1000010 |
Color Harmonies of #8894CA
Complementary color
Monochromatic Colors of #8894CA
Black with #8894CA
Text Example
Text Example
White with #8894CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894CA; }
p { color: rgb(136,148,202); }
H1.HeaderClassName
{
color: #8894CA;
}
.AnyTagClassName
{
color: #8894CA;
}
</style>
background-color css
<style>
a { background-color: #8894CA; }
a { background-color: rgb(136,148,202); }
div.DivClassName
{
background-color: #8894CA;
}
.BgClassName
{
background-color: #8894CA;
}
</style>
border-color css
<style>
span { border-color: #8894CA; }
span { border-color: rgb(136,148,202); }
td.TdClassName
{
border-color: #8894CA;
}
.TagClassName
{
border-color: #8894CA;
}
</style>