Shades of Portage #8395DB
Tints of Portage #8395DB
RGB
CMYK
RGB Variations
Color information
#8395DB (or 0x8395DB) is known color: Portage. HEX triplet: 83, 95 and DB. RGB value is (131,149,219). Sum of RGB (Red+Green+Blue) = 131+149+219=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 149 (58.59% from 255 or 29.86% 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 #8395DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395DB is #7C6A24. Grayscale: #979797. Windows color (decimal): -8153637 or 14390659. OLE color: 14390659.
HSL color Cylindrical-coordinate representation of color #8395DB: hue angle of 227.73º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8395DB is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 149 | 219 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.14 |
| HSL | 227.73º | 0.55% | 0.69% | - |
| HSV(B) | 227.73º | 0.4% | 0.86% | - |
| XYZ | 32.89 | 31.43 | 71.35 | - |
| YUV | 151.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 219 | 0.40 | 0.32 | 0 | 0.14 | 227.73 | 0.55 | 0.69 |
| Hex | 83 | 95 | DB | 28 | 20 | 0 | E | E4 | 37 | 45 |
| Octal | 203 | 225 | 333 | 50 | 40 | 0 | 16 | 344 | 67 | 105 |
| Binary | 10000011 | 10010101 | 11011011 | 101000 | 100000 | 0 | 1110 | 11100100 | 110111 | 1000101 |
Color Harmonies of #8395DB
Complementary color
Monochromatic Colors of #8395DB
Black with #8395DB
Text Example
Text Example
White with #8395DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395DB; }
p { color: rgb(131,149,219); }
H1.HeaderClassName
{
color: #8395DB;
}
.AnyTagClassName
{
color: #8395DB;
}
</style>
background-color css
<style>
a { background-color: #8395DB; }
a { background-color: rgb(131,149,219); }
div.DivClassName
{
background-color: #8395DB;
}
.BgClassName
{
background-color: #8395DB;
}
</style>
border-color css
<style>
span { border-color: #8395DB; }
span { border-color: rgb(131,149,219); }
td.TdClassName
{
border-color: #8395DB;
}
.TagClassName
{
border-color: #8395DB;
}
</style>