Shades of Portage #8895CB
Tints of Portage #8895CB
RGB
CMYK
RGB Variations
Color information
#8895CB (or 0x8895CB) is known color: Portage. HEX triplet: 88, 95 and CB. RGB value is (136,149,203). Sum of RGB (Red+Green+Blue) = 136+149+203=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #8895CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895CB is #776A34. Grayscale: #979797. Windows color (decimal): -7825973 or 13342088. OLE color: 13342088.
HSL color Cylindrical-coordinate representation of color #8895CB: hue angle of 228.36º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8895CB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 149 | 203 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.20 |
| HSL | 228.36º | 0.39% | 0.66% | - |
| HSV(B) | 228.36º | 0.33% | 0.8% | - |
| XYZ | 31.68 | 31.04 | 60.82 | - |
| YUV | 151.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 203 | 0.33 | 0.27 | 0 | 0.20 | 228.36 | 0.39 | 0.66 |
| Hex | 88 | 95 | CB | 21 | 1B | 0 | 14 | E4 | 27 | 42 |
| Octal | 210 | 225 | 313 | 41 | 33 | 0 | 24 | 344 | 47 | 102 |
| Binary | 10001000 | 10010101 | 11001011 | 100001 | 11011 | 0 | 10100 | 11100100 | 100111 | 1000010 |
Color Harmonies of #8895CB
Complementary color
Monochromatic Colors of #8895CB
Black with #8895CB
Text Example
Text Example
White with #8895CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895CB; }
p { color: rgb(136,149,203); }
H1.HeaderClassName
{
color: #8895CB;
}
.AnyTagClassName
{
color: #8895CB;
}
</style>
background-color css
<style>
a { background-color: #8895CB; }
a { background-color: rgb(136,149,203); }
div.DivClassName
{
background-color: #8895CB;
}
.BgClassName
{
background-color: #8895CB;
}
</style>
border-color css
<style>
span { border-color: #8895CB; }
span { border-color: rgb(136,149,203); }
td.TdClassName
{
border-color: #8895CB;
}
.TagClassName
{
border-color: #8895CB;
}
</style>