Shades of Portage #8799CF
Tints of Portage #8799CF
RGB
CMYK
RGB Variations
Color information
#8799CF (or 0x8799CF) is known color: Portage. HEX triplet: 87, 99 and CF. RGB value is (135,153,207). Sum of RGB (Red+Green+Blue) = 135+153+207=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #8799CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799CF is #786630. Grayscale: #999999. Windows color (decimal): -7890481 or 13605255. OLE color: 13605255.
HSL color Cylindrical-coordinate representation of color #8799CF: hue angle of 225º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8799CF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 153 | 207 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.19 |
| HSL | 225º | 0.43% | 0.67% | - |
| HSV(B) | 225º | 0.35% | 0.81% | - |
| XYZ | 32.65 | 32.44 | 63.57 | - |
| YUV | 153.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 207 | 0.35 | 0.26 | 0 | 0.19 | 225 | 0.43 | 0.67 |
| Hex | 87 | 99 | CF | 23 | 1A | 0 | 13 | E1 | 2B | 43 |
| Octal | 207 | 231 | 317 | 43 | 32 | 0 | 23 | 341 | 53 | 103 |
| Binary | 10000111 | 10011001 | 11001111 | 100011 | 11010 | 0 | 10011 | 11100001 | 101011 | 1000011 |
Color Harmonies of #8799CF
Complementary color
Monochromatic Colors of #8799CF
Black with #8799CF
Text Example
Text Example
White with #8799CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799CF; }
p { color: rgb(135,153,207); }
H1.HeaderClassName
{
color: #8799CF;
}
.AnyTagClassName
{
color: #8799CF;
}
</style>
background-color css
<style>
a { background-color: #8799CF; }
a { background-color: rgb(135,153,207); }
div.DivClassName
{
background-color: #8799CF;
}
.BgClassName
{
background-color: #8799CF;
}
</style>
border-color css
<style>
span { border-color: #8799CF; }
span { border-color: rgb(135,153,207); }
td.TdClassName
{
border-color: #8799CF;
}
.TagClassName
{
border-color: #8799CF;
}
</style>