Shades of Portage #8596CE
Tints of Portage #8596CE
RGB
CMYK
RGB Variations
Color information
#8596CE (or 0x8596CE) is known color: Portage. HEX triplet: 85, 96 and CE. RGB value is (133,150,206). Sum of RGB (Red+Green+Blue) = 133+150+206=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #8596CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596CE is #7A6931. Grayscale: #979797. Windows color (decimal): -8022322 or 13538949. OLE color: 13538949.
HSL color Cylindrical-coordinate representation of color #8596CE: hue angle of 226.03º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8596CE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 150 | 206 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.19 |
| HSL | 226.03º | 0.43% | 0.66% | - |
| HSV(B) | 226.03º | 0.35% | 0.81% | - |
| XYZ | 31.72 | 31.26 | 62.75 | - |
| YUV | 151.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 206 | 0.35 | 0.27 | 0 | 0.19 | 226.03 | 0.43 | 0.66 |
| Hex | 85 | 96 | CE | 23 | 1B | 0 | 13 | E2 | 2B | 42 |
| Octal | 205 | 226 | 316 | 43 | 33 | 0 | 23 | 342 | 53 | 102 |
| Binary | 10000101 | 10010110 | 11001110 | 100011 | 11011 | 0 | 10011 | 11100010 | 101011 | 1000010 |
Color Harmonies of #8596CE
Complementary color
Monochromatic Colors of #8596CE
Black with #8596CE
Text Example
Text Example
White with #8596CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8596CE; }
p { color: rgb(133,150,206); }
H1.HeaderClassName
{
color: #8596CE;
}
.AnyTagClassName
{
color: #8596CE;
}
</style>
background-color css
<style>
a { background-color: #8596CE; }
a { background-color: rgb(133,150,206); }
div.DivClassName
{
background-color: #8596CE;
}
.BgClassName
{
background-color: #8596CE;
}
</style>
border-color css
<style>
span { border-color: #8596CE; }
span { border-color: rgb(133,150,206); }
td.TdClassName
{
border-color: #8596CE;
}
.TagClassName
{
border-color: #8596CE;
}
</style>