Shades of Portage #8792D0
Tints of Portage #8792D0
RGB
CMYK
RGB Variations
Color information
#8792D0 (or 0x8792D0) is known color: Portage. HEX triplet: 87, 92 and D0. RGB value is (135,146,208). Sum of RGB (Red+Green+Blue) = 135+146+208=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #8792D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8792D0 is #786D2F. Grayscale: #959595. Windows color (decimal): -7892272 or 13668999. OLE color: 13668999.
HSL color Cylindrical-coordinate representation of color #8792D0: hue angle of 230.96º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8792D0 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 146 | 208 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.18 |
| HSL | 230.96º | 0.44% | 0.67% | - |
| HSV(B) | 230.96º | 0.35% | 0.82% | - |
| XYZ | 31.66 | 30.26 | 63.85 | - |
| YUV | 149.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 208 | 0.35 | 0.30 | 0 | 0.18 | 230.96 | 0.44 | 0.67 |
| Hex | 87 | 92 | D0 | 23 | 1E | 0 | 12 | E7 | 2C | 43 |
| Octal | 207 | 222 | 320 | 43 | 36 | 0 | 22 | 347 | 54 | 103 |
| Binary | 10000111 | 10010010 | 11010000 | 100011 | 11110 | 0 | 10010 | 11100111 | 101100 | 1000011 |
Color Harmonies of #8792D0
Complementary color
Monochromatic Colors of #8792D0
Black with #8792D0
Text Example
Text Example
White with #8792D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8792D0; }
p { color: rgb(135,146,208); }
H1.HeaderClassName
{
color: #8792D0;
}
.AnyTagClassName
{
color: #8792D0;
}
</style>
background-color css
<style>
a { background-color: #8792D0; }
a { background-color: rgb(135,146,208); }
div.DivClassName
{
background-color: #8792D0;
}
.BgClassName
{
background-color: #8792D0;
}
</style>
border-color css
<style>
span { border-color: #8792D0; }
span { border-color: rgb(135,146,208); }
td.TdClassName
{
border-color: #8792D0;
}
.TagClassName
{
border-color: #8792D0;
}
</style>