Shades of Portage #8792CC
Tints of Portage #8792CC
RGB
CMYK
RGB Variations
Color information
#8792CC (or 0x8792CC) is known color: Portage. HEX triplet: 87, 92 and CC. RGB value is (135,146,204). Sum of RGB (Red+Green+Blue) = 135+146+204=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8792CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8792CC is #786D33. Grayscale: #959595. Windows color (decimal): -7892276 or 13406855. OLE color: 13406855.
HSL color Cylindrical-coordinate representation of color #8792CC: hue angle of 230.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8792CC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 146 | 204 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.2 |
| HSL | 230.43º | 0.4% | 0.66% | - |
| HSV(B) | 230.43º | 0.34% | 0.8% | - |
| XYZ | 31.17 | 30.07 | 61.29 | - |
| YUV | 149.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 204 | 0.34 | 0.28 | 0 | 0.2 | 230.43 | 0.4 | 0.66 |
| Hex | 87 | 92 | CC | 22 | 1C | 0 | 14 | E6 | 28 | 42 |
| Octal | 207 | 222 | 314 | 42 | 34 | 0 | 24 | 346 | 50 | 102 |
| Binary | 10000111 | 10010010 | 11001100 | 100010 | 11100 | 0 | 10100 | 11100110 | 101000 | 1000010 |
Color Harmonies of #8792CC
Complementary color
Monochromatic Colors of #8792CC
Black with #8792CC
Text Example
Text Example
White with #8792CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8792CC; }
p { color: rgb(135,146,204); }
H1.HeaderClassName
{
color: #8792CC;
}
.AnyTagClassName
{
color: #8792CC;
}
</style>
background-color css
<style>
a { background-color: #8792CC; }
a { background-color: rgb(135,146,204); }
div.DivClassName
{
background-color: #8792CC;
}
.BgClassName
{
background-color: #8792CC;
}
</style>
border-color css
<style>
span { border-color: #8792CC; }
span { border-color: rgb(135,146,204); }
td.TdClassName
{
border-color: #8792CC;
}
.TagClassName
{
border-color: #8792CC;
}
</style>