Shades of Portage #8895CA
Tints of Portage #8895CA
RGB
CMYK
RGB Variations
Color information
#8895CA (or 0x8895CA) is known color: Portage. HEX triplet: 88, 95 and CA. RGB value is (136,149,202). Sum of RGB (Red+Green+Blue) = 136+149+202=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8895CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895CA is #776A35. Grayscale: #969696. Windows color (decimal): -7825974 or 13276552. OLE color: 13276552.
HSL color Cylindrical-coordinate representation of color #8895CA: hue angle of 228.18º 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 #8895CA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 149 | 202 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.21 |
| HSL | 228.18º | 0.38% | 0.66% | - |
| HSV(B) | 228.18º | 0.33% | 0.79% | - |
| XYZ | 31.56 | 30.99 | 60.2 | - |
| YUV | 151.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 202 | 0.33 | 0.26 | 0 | 0.21 | 228.18 | 0.38 | 0.66 |
| Hex | 88 | 95 | CA | 21 | 1A | 0 | 15 | E4 | 26 | 42 |
| Octal | 210 | 225 | 312 | 41 | 32 | 0 | 25 | 344 | 46 | 102 |
| Binary | 10001000 | 10010101 | 11001010 | 100001 | 11010 | 0 | 10101 | 11100100 | 100110 | 1000010 |
Color Harmonies of #8895CA
Complementary color
Monochromatic Colors of #8895CA
Black with #8895CA
Text Example
Text Example
White with #8895CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895CA; }
p { color: rgb(136,149,202); }
H1.HeaderClassName
{
color: #8895CA;
}
.AnyTagClassName
{
color: #8895CA;
}
</style>
background-color css
<style>
a { background-color: #8895CA; }
a { background-color: rgb(136,149,202); }
div.DivClassName
{
background-color: #8895CA;
}
.BgClassName
{
background-color: #8895CA;
}
</style>
border-color css
<style>
span { border-color: #8895CA; }
span { border-color: rgb(136,149,202); }
td.TdClassName
{
border-color: #8895CA;
}
.TagClassName
{
border-color: #8895CA;
}
</style>