Shades of Portage #8892CC
Tints of Portage #8892CC
RGB
CMYK
RGB Variations
Color information
#8892CC (or 0x8892CC) is known color: Portage. HEX triplet: 88, 92 and CC. RGB value is (136,146,204). Sum of RGB (Red+Green+Blue) = 136+146+204=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8892CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892CC is #776D33. Grayscale: #959595. Windows color (decimal): -7826740 or 13406856. OLE color: 13406856.
HSL color Cylindrical-coordinate representation of color #8892CC: hue angle of 231.18º 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 #8892CC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 146 | 204 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.2 |
| HSL | 231.18º | 0.4% | 0.67% | - |
| HSV(B) | 231.18º | 0.33% | 0.8% | - |
| XYZ | 31.33 | 30.15 | 61.3 | - |
| YUV | 149.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 204 | 0.33 | 0.28 | 0 | 0.2 | 231.18 | 0.4 | 0.67 |
| Hex | 88 | 92 | CC | 21 | 1C | 0 | 14 | E7 | 28 | 43 |
| Octal | 210 | 222 | 314 | 41 | 34 | 0 | 24 | 347 | 50 | 103 |
| Binary | 10001000 | 10010010 | 11001100 | 100001 | 11100 | 0 | 10100 | 11100111 | 101000 | 1000011 |
Color Harmonies of #8892CC
Complementary color
Monochromatic Colors of #8892CC
Black with #8892CC
Text Example
Text Example
White with #8892CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8892CC; }
p { color: rgb(136,146,204); }
H1.HeaderClassName
{
color: #8892CC;
}
.AnyTagClassName
{
color: #8892CC;
}
</style>
background-color css
<style>
a { background-color: #8892CC; }
a { background-color: rgb(136,146,204); }
div.DivClassName
{
background-color: #8892CC;
}
.BgClassName
{
background-color: #8892CC;
}
</style>
border-color css
<style>
span { border-color: #8892CC; }
span { border-color: rgb(136,146,204); }
td.TdClassName
{
border-color: #8892CC;
}
.TagClassName
{
border-color: #8892CC;
}
</style>