Shades of Portage #8592DB
Tints of Portage #8592DB
RGB
CMYK
RGB Variations
Color information
#8592DB (or 0x8592DB) is known color: Portage. HEX triplet: 85, 92 and DB. RGB value is (133,146,219). Sum of RGB (Red+Green+Blue) = 133+146+219=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #8592DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592DB is #7A6D24. Grayscale: #969696. Windows color (decimal): -8023333 or 14389893. OLE color: 14389893.
HSL color Cylindrical-coordinate representation of color #8592DB: hue angle of 230.93º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8592DB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 146 | 219 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.14 |
| HSL | 230.93º | 0.54% | 0.69% | - |
| HSV(B) | 230.93º | 0.39% | 0.86% | - |
| XYZ | 32.74 | 30.66 | 71.21 | - |
| YUV | 150.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 219 | 0.39 | 0.33 | 0 | 0.14 | 230.93 | 0.54 | 0.69 |
| Hex | 85 | 92 | DB | 27 | 21 | 0 | E | E7 | 36 | 45 |
| Octal | 205 | 222 | 333 | 47 | 41 | 0 | 16 | 347 | 66 | 105 |
| Binary | 10000101 | 10010010 | 11011011 | 100111 | 100001 | 0 | 1110 | 11100111 | 110110 | 1000101 |
Color Harmonies of #8592DB
Complementary color
Monochromatic Colors of #8592DB
Black with #8592DB
Text Example
Text Example
White with #8592DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8592DB; }
p { color: rgb(133,146,219); }
H1.HeaderClassName
{
color: #8592DB;
}
.AnyTagClassName
{
color: #8592DB;
}
</style>
background-color css
<style>
a { background-color: #8592DB; }
a { background-color: rgb(133,146,219); }
div.DivClassName
{
background-color: #8592DB;
}
.BgClassName
{
background-color: #8592DB;
}
</style>
border-color css
<style>
span { border-color: #8592DB; }
span { border-color: rgb(133,146,219); }
td.TdClassName
{
border-color: #8592DB;
}
.TagClassName
{
border-color: #8592DB;
}
</style>