Shades of Portage #8895CC
Tints of Portage #8895CC
RGB
CMYK
RGB Variations
Color information
#8895CC (or 0x8895CC) is known color: Portage. HEX triplet: 88, 95 and CC. RGB value is (136,149,204). Sum of RGB (Red+Green+Blue) = 136+149+204=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #8895CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895CC is #776A33. Grayscale: #979797. Windows color (decimal): -7825972 or 13407624. OLE color: 13407624.
HSL color Cylindrical-coordinate representation of color #8895CC: hue angle of 228.53º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8895CC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 149 | 204 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.2 |
| HSL | 228.53º | 0.4% | 0.67% | - |
| HSV(B) | 228.53º | 0.33% | 0.8% | - |
| XYZ | 31.8 | 31.09 | 61.45 | - |
| YUV | 151.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 204 | 0.33 | 0.27 | 0 | 0.2 | 228.53 | 0.4 | 0.67 |
| Hex | 88 | 95 | CC | 21 | 1B | 0 | 14 | E5 | 28 | 43 |
| Octal | 210 | 225 | 314 | 41 | 33 | 0 | 24 | 345 | 50 | 103 |
| Binary | 10001000 | 10010101 | 11001100 | 100001 | 11011 | 0 | 10100 | 11100101 | 101000 | 1000011 |
Color Harmonies of #8895CC
Complementary color
Monochromatic Colors of #8895CC
Black with #8895CC
Text Example
Text Example
White with #8895CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895CC; }
p { color: rgb(136,149,204); }
H1.HeaderClassName
{
color: #8895CC;
}
.AnyTagClassName
{
color: #8895CC;
}
</style>
background-color css
<style>
a { background-color: #8895CC; }
a { background-color: rgb(136,149,204); }
div.DivClassName
{
background-color: #8895CC;
}
.BgClassName
{
background-color: #8895CC;
}
</style>
border-color css
<style>
span { border-color: #8895CC; }
span { border-color: rgb(136,149,204); }
td.TdClassName
{
border-color: #8895CC;
}
.TagClassName
{
border-color: #8895CC;
}
</style>