Shades of Portage #8794DF
Tints of Portage #8794DF
RGB
CMYK
RGB Variations
Color information
#8794DF (or 0x8794DF) is known color: Portage. HEX triplet: 87, 94 and DF. RGB value is (135,148,223). Sum of RGB (Red+Green+Blue) = 135+148+223=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8794DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794DF is #786B20. Grayscale: #989898. Windows color (decimal): -7891745 or 14652551. OLE color: 14652551.
HSL color Cylindrical-coordinate representation of color #8794DF: hue angle of 231.14º 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 #8794DF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 148 | 223 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.13 |
| HSL | 231.14º | 0.58% | 0.7% | - |
| HSV(B) | 231.14º | 0.39% | 0.87% | - |
| XYZ | 33.9 | 31.66 | 74.14 | - |
| YUV | 152.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 223 | 0.39 | 0.34 | 0 | 0.13 | 231.14 | 0.58 | 0.7 |
| Hex | 87 | 94 | DF | 27 | 22 | 0 | D | E7 | 3A | 46 |
| Octal | 207 | 224 | 337 | 47 | 42 | 0 | 15 | 347 | 72 | 106 |
| Binary | 10000111 | 10010100 | 11011111 | 100111 | 100010 | 0 | 1101 | 11100111 | 111010 | 1000110 |
Color Harmonies of #8794DF
Complementary color
Monochromatic Colors of #8794DF
Black with #8794DF
Text Example
Text Example
White with #8794DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794DF; }
p { color: rgb(135,148,223); }
H1.HeaderClassName
{
color: #8794DF;
}
.AnyTagClassName
{
color: #8794DF;
}
</style>
background-color css
<style>
a { background-color: #8794DF; }
a { background-color: rgb(135,148,223); }
div.DivClassName
{
background-color: #8794DF;
}
.BgClassName
{
background-color: #8794DF;
}
</style>
border-color css
<style>
span { border-color: #8794DF; }
span { border-color: rgb(135,148,223); }
td.TdClassName
{
border-color: #8794DF;
}
.TagClassName
{
border-color: #8794DF;
}
</style>