Shades of Portage #8795CC
Tints of Portage #8795CC
RGB
CMYK
RGB Variations
Color information
#8795CC (or 0x8795CC) is known color: Portage. HEX triplet: 87, 95 and CC. RGB value is (135,149,204). Sum of RGB (Red+Green+Blue) = 135+149+204=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8795CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795CC is #786A33. Grayscale: #969696. Windows color (decimal): -7891508 or 13407623. OLE color: 13407623.
HSL color Cylindrical-coordinate representation of color #8795CC: hue angle of 227.83º 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 #8795CC is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 149 | 204 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.2 |
| HSL | 227.83º | 0.4% | 0.66% | - |
| HSV(B) | 227.83º | 0.34% | 0.8% | - |
| XYZ | 31.64 | 31.01 | 61.44 | - |
| YUV | 151.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 204 | 0.34 | 0.27 | 0 | 0.2 | 227.83 | 0.4 | 0.66 |
| Hex | 87 | 95 | CC | 22 | 1B | 0 | 14 | E4 | 28 | 42 |
| Octal | 207 | 225 | 314 | 42 | 33 | 0 | 24 | 344 | 50 | 102 |
| Binary | 10000111 | 10010101 | 11001100 | 100010 | 11011 | 0 | 10100 | 11100100 | 101000 | 1000010 |
Color Harmonies of #8795CC
Complementary color
Monochromatic Colors of #8795CC
Black with #8795CC
Text Example
Text Example
White with #8795CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8795CC; }
p { color: rgb(135,149,204); }
H1.HeaderClassName
{
color: #8795CC;
}
.AnyTagClassName
{
color: #8795CC;
}
</style>
background-color css
<style>
a { background-color: #8795CC; }
a { background-color: rgb(135,149,204); }
div.DivClassName
{
background-color: #8795CC;
}
.BgClassName
{
background-color: #8795CC;
}
</style>
border-color css
<style>
span { border-color: #8795CC; }
span { border-color: rgb(135,149,204); }
td.TdClassName
{
border-color: #8795CC;
}
.TagClassName
{
border-color: #8795CC;
}
</style>