Shades of Portage #8593DB
Tints of Portage #8593DB
RGB
CMYK
RGB Variations
Color information
#8593DB (or 0x8593DB) is known color: Portage. HEX triplet: 85, 93 and DB. RGB value is (133,147,219). Sum of RGB (Red+Green+Blue) = 133+147+219=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8593DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593DB is #7A6C24. Grayscale: #969696. Windows color (decimal): -8023077 or 14390149. OLE color: 14390149.
HSL color Cylindrical-coordinate representation of color #8593DB: hue angle of 230.23º 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 #8593DB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 147 | 219 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.14 |
| HSL | 230.23º | 0.54% | 0.69% | - |
| HSV(B) | 230.23º | 0.39% | 0.86% | - |
| XYZ | 32.89 | 30.97 | 71.26 | - |
| YUV | 151.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 219 | 0.39 | 0.33 | 0 | 0.14 | 230.23 | 0.54 | 0.69 |
| Hex | 85 | 93 | DB | 27 | 21 | 0 | E | E6 | 36 | 45 |
| Octal | 205 | 223 | 333 | 47 | 41 | 0 | 16 | 346 | 66 | 105 |
| Binary | 10000101 | 10010011 | 11011011 | 100111 | 100001 | 0 | 1110 | 11100110 | 110110 | 1000101 |
Color Harmonies of #8593DB
Complementary color
Monochromatic Colors of #8593DB
Black with #8593DB
Text Example
Text Example
White with #8593DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593DB; }
p { color: rgb(133,147,219); }
H1.HeaderClassName
{
color: #8593DB;
}
.AnyTagClassName
{
color: #8593DB;
}
</style>
background-color css
<style>
a { background-color: #8593DB; }
a { background-color: rgb(133,147,219); }
div.DivClassName
{
background-color: #8593DB;
}
.BgClassName
{
background-color: #8593DB;
}
</style>
border-color css
<style>
span { border-color: #8593DB; }
span { border-color: rgb(133,147,219); }
td.TdClassName
{
border-color: #8593DB;
}
.TagClassName
{
border-color: #8593DB;
}
</style>