Shades of Portage #8899CF
Tints of Portage #8899CF
RGB
CMYK
RGB Variations
Color information
#8899CF (or 0x8899CF) is known color: Portage. HEX triplet: 88, 99 and CF. RGB value is (136,153,207). Sum of RGB (Red+Green+Blue) = 136+153+207=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #8899CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899CF is #776630. Grayscale: #999999. Windows color (decimal): -7824945 or 13605256. OLE color: 13605256.
HSL color Cylindrical-coordinate representation of color #8899CF: hue angle of 225.63º 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 #8899CF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 153 | 207 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.19 |
| HSL | 225.63º | 0.43% | 0.67% | - |
| HSV(B) | 225.63º | 0.34% | 0.81% | - |
| XYZ | 32.81 | 32.52 | 63.58 | - |
| YUV | 154.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 207 | 0.34 | 0.26 | 0 | 0.19 | 225.63 | 0.43 | 0.67 |
| Hex | 88 | 99 | CF | 22 | 1A | 0 | 13 | E2 | 2B | 43 |
| Octal | 210 | 231 | 317 | 42 | 32 | 0 | 23 | 342 | 53 | 103 |
| Binary | 10001000 | 10011001 | 11001111 | 100010 | 11010 | 0 | 10011 | 11100010 | 101011 | 1000011 |
Color Harmonies of #8899CF
Complementary color
Monochromatic Colors of #8899CF
Black with #8899CF
Text Example
Text Example
White with #8899CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899CF; }
p { color: rgb(136,153,207); }
H1.HeaderClassName
{
color: #8899CF;
}
.AnyTagClassName
{
color: #8899CF;
}
</style>
background-color css
<style>
a { background-color: #8899CF; }
a { background-color: rgb(136,153,207); }
div.DivClassName
{
background-color: #8899CF;
}
.BgClassName
{
background-color: #8899CF;
}
</style>
border-color css
<style>
span { border-color: #8899CF; }
span { border-color: rgb(136,153,207); }
td.TdClassName
{
border-color: #8899CF;
}
.TagClassName
{
border-color: #8899CF;
}
</style>