Shades of Portage #8592CE
Tints of Portage #8592CE
RGB
CMYK
RGB Variations
Color information
#8592CE (or 0x8592CE) is known color: Portage. HEX triplet: 85, 92 and CE. RGB value is (133,146,206). Sum of RGB (Red+Green+Blue) = 133+146+206=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8592CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592CE is #7A6D31. Grayscale: #949494. Windows color (decimal): -8023346 or 13537925. OLE color: 13537925.
HSL color Cylindrical-coordinate representation of color #8592CE: hue angle of 229.32º 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 #8592CE is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 146 | 206 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.19 |
| HSL | 229.32º | 0.43% | 0.66% | - |
| HSV(B) | 229.32º | 0.35% | 0.81% | - |
| XYZ | 31.09 | 30 | 62.54 | - |
| YUV | 148.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 206 | 0.35 | 0.29 | 0 | 0.19 | 229.32 | 0.43 | 0.66 |
| Hex | 85 | 92 | CE | 23 | 1D | 0 | 13 | E5 | 2B | 42 |
| Octal | 205 | 222 | 316 | 43 | 35 | 0 | 23 | 345 | 53 | 102 |
| Binary | 10000101 | 10010010 | 11001110 | 100011 | 11101 | 0 | 10011 | 11100101 | 101011 | 1000010 |
Color Harmonies of #8592CE
Complementary color
Monochromatic Colors of #8592CE
Black with #8592CE
Text Example
Text Example
White with #8592CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8592CE; }
p { color: rgb(133,146,206); }
H1.HeaderClassName
{
color: #8592CE;
}
.AnyTagClassName
{
color: #8592CE;
}
</style>
background-color css
<style>
a { background-color: #8592CE; }
a { background-color: rgb(133,146,206); }
div.DivClassName
{
background-color: #8592CE;
}
.BgClassName
{
background-color: #8592CE;
}
</style>
border-color css
<style>
span { border-color: #8592CE; }
span { border-color: rgb(133,146,206); }
td.TdClassName
{
border-color: #8592CE;
}
.TagClassName
{
border-color: #8592CE;
}
</style>