Shades of Portage #8588CE
Tints of Portage #8588CE
RGB
CMYK
RGB Variations
Color information
#8588CE (or 0x8588CE) is known color: Portage. HEX triplet: 85, 88 and CE. RGB value is (133,136,206). Sum of RGB (Red+Green+Blue) = 133+136+206=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #8588CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588CE is #7A7731. Grayscale: #8E8E8E. Windows color (decimal): -8025906 or 13535365. OLE color: 13535365.
HSL color Cylindrical-coordinate representation of color #8588CE: hue angle of 237.53º 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 #8588CE is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 136 | 206 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.19 |
| HSL | 237.53º | 0.43% | 0.66% | - |
| HSV(B) | 237.53º | 0.35% | 0.81% | - |
| XYZ | 29.62 | 27.05 | 62.05 | - |
| YUV | 143.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 206 | 0.35 | 0.34 | 0 | 0.19 | 237.53 | 0.43 | 0.66 |
| Hex | 85 | 88 | CE | 23 | 22 | 0 | 13 | EE | 2B | 42 |
| Octal | 205 | 210 | 316 | 43 | 42 | 0 | 23 | 356 | 53 | 102 |
| Binary | 10000101 | 10001000 | 11001110 | 100011 | 100010 | 0 | 10011 | 11101110 | 101011 | 1000010 |
Color Harmonies of #8588CE
Complementary color
Monochromatic Colors of #8588CE
Black with #8588CE
Text Example
Text Example
White with #8588CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8588CE; }
p { color: rgb(133,136,206); }
H1.HeaderClassName
{
color: #8588CE;
}
.AnyTagClassName
{
color: #8588CE;
}
</style>
background-color css
<style>
a { background-color: #8588CE; }
a { background-color: rgb(133,136,206); }
div.DivClassName
{
background-color: #8588CE;
}
.BgClassName
{
background-color: #8588CE;
}
</style>
border-color css
<style>
span { border-color: #8588CE; }
span { border-color: rgb(133,136,206); }
td.TdClassName
{
border-color: #8588CE;
}
.TagClassName
{
border-color: #8588CE;
}
</style>