Shades of Portage #8896CF
Tints of Portage #8896CF
RGB
CMYK
RGB Variations
Color information
#8896CF (or 0x8896CF) is known color: Portage. HEX triplet: 88, 96 and CF. RGB value is (136,150,207). Sum of RGB (Red+Green+Blue) = 136+150+207=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #8896CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896CF is #776930. Grayscale: #989898. Windows color (decimal): -7825713 or 13604488. OLE color: 13604488.
HSL color Cylindrical-coordinate representation of color #8896CF: hue angle of 228.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8896CF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 150 | 207 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.19 |
| HSL | 228.17º | 0.43% | 0.67% | - |
| HSV(B) | 228.17º | 0.34% | 0.81% | - |
| XYZ | 32.32 | 31.55 | 63.42 | - |
| YUV | 152.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 207 | 0.34 | 0.28 | 0 | 0.19 | 228.17 | 0.43 | 0.67 |
| Hex | 88 | 96 | CF | 22 | 1C | 0 | 13 | E4 | 2B | 43 |
| Octal | 210 | 226 | 317 | 42 | 34 | 0 | 23 | 344 | 53 | 103 |
| Binary | 10001000 | 10010110 | 11001111 | 100010 | 11100 | 0 | 10011 | 11100100 | 101011 | 1000011 |
Color Harmonies of #8896CF
Complementary color
Monochromatic Colors of #8896CF
Black with #8896CF
Text Example
Text Example
White with #8896CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896CF; }
p { color: rgb(136,150,207); }
H1.HeaderClassName
{
color: #8896CF;
}
.AnyTagClassName
{
color: #8896CF;
}
</style>
background-color css
<style>
a { background-color: #8896CF; }
a { background-color: rgb(136,150,207); }
div.DivClassName
{
background-color: #8896CF;
}
.BgClassName
{
background-color: #8896CF;
}
</style>
border-color css
<style>
span { border-color: #8896CF; }
span { border-color: rgb(136,150,207); }
td.TdClassName
{
border-color: #8896CF;
}
.TagClassName
{
border-color: #8896CF;
}
</style>