Shades of Portage #8794DD
Tints of Portage #8794DD
RGB
CMYK
RGB Variations
Color information
#8794DD (or 0x8794DD) is known color: Portage. HEX triplet: 87, 94 and DD. RGB value is (135,148,221). Sum of RGB (Red+Green+Blue) = 135+148+221=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8794DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794DD is #786B22. Grayscale: #989898. Windows color (decimal): -7891747 or 14521479. OLE color: 14521479.
HSL color Cylindrical-coordinate representation of color #8794DD: hue angle of 230.93º degrees, saturation: 0.56, 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 #8794DD is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 148 | 221 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.13 |
| HSL | 230.93º | 0.56% | 0.7% | - |
| HSV(B) | 230.93º | 0.39% | 0.87% | - |
| XYZ | 33.63 | 31.55 | 72.72 | - |
| YUV | 152.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 221 | 0.39 | 0.33 | 0 | 0.13 | 230.93 | 0.56 | 0.7 |
| Hex | 87 | 94 | DD | 27 | 21 | 0 | D | E7 | 38 | 46 |
| Octal | 207 | 224 | 335 | 47 | 41 | 0 | 15 | 347 | 70 | 106 |
| Binary | 10000111 | 10010100 | 11011101 | 100111 | 100001 | 0 | 1101 | 11100111 | 111000 | 1000110 |
Color Harmonies of #8794DD
Complementary color
Monochromatic Colors of #8794DD
Black with #8794DD
Text Example
Text Example
White with #8794DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794DD; }
p { color: rgb(135,148,221); }
H1.HeaderClassName
{
color: #8794DD;
}
.AnyTagClassName
{
color: #8794DD;
}
</style>
background-color css
<style>
a { background-color: #8794DD; }
a { background-color: rgb(135,148,221); }
div.DivClassName
{
background-color: #8794DD;
}
.BgClassName
{
background-color: #8794DD;
}
</style>
border-color css
<style>
span { border-color: #8794DD; }
span { border-color: rgb(135,148,221); }
td.TdClassName
{
border-color: #8794DD;
}
.TagClassName
{
border-color: #8794DD;
}
</style>