Shades of Portage #8799DF
Tints of Portage #8799DF
RGB
CMYK
RGB Variations
Color information
#8799DF (or 0x8799DF) is known color: Portage. HEX triplet: 87, 99 and DF. RGB value is (135,153,223). Sum of RGB (Red+Green+Blue) = 135+153+223=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #8799DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799DF is #786620. Grayscale: #9B9B9B. Windows color (decimal): -7890465 or 14653831. OLE color: 14653831.
HSL color Cylindrical-coordinate representation of color #8799DF: hue angle of 227.73º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8799DF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 153 | 223 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.13 |
| HSL | 227.73º | 0.58% | 0.7% | - |
| HSV(B) | 227.73º | 0.39% | 0.87% | - |
| XYZ | 34.7 | 33.26 | 74.4 | - |
| YUV | 155.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 223 | 0.39 | 0.31 | 0 | 0.13 | 227.73 | 0.58 | 0.7 |
| Hex | 87 | 99 | DF | 27 | 1F | 0 | D | E4 | 3A | 46 |
| Octal | 207 | 231 | 337 | 47 | 37 | 0 | 15 | 344 | 72 | 106 |
| Binary | 10000111 | 10011001 | 11011111 | 100111 | 11111 | 0 | 1101 | 11100100 | 111010 | 1000110 |
Color Harmonies of #8799DF
Complementary color
Monochromatic Colors of #8799DF
Black with #8799DF
Text Example
Text Example
White with #8799DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799DF; }
p { color: rgb(135,153,223); }
H1.HeaderClassName
{
color: #8799DF;
}
.AnyTagClassName
{
color: #8799DF;
}
</style>
background-color css
<style>
a { background-color: #8799DF; }
a { background-color: rgb(135,153,223); }
div.DivClassName
{
background-color: #8799DF;
}
.BgClassName
{
background-color: #8799DF;
}
</style>
border-color css
<style>
span { border-color: #8799DF; }
span { border-color: rgb(135,153,223); }
td.TdClassName
{
border-color: #8799DF;
}
.TagClassName
{
border-color: #8799DF;
}
</style>