Shades of Portage #8395DC
Tints of Portage #8395DC
RGB
CMYK
RGB Variations
Color information
#8395DC (or 0x8395DC) is known color: Portage. HEX triplet: 83, 95 and DC. RGB value is (131,149,220). Sum of RGB (Red+Green+Blue) = 131+149+220=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #8395DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395DC is #7C6A23. Grayscale: #979797. Windows color (decimal): -8153636 or 14456195. OLE color: 14456195.
HSL color Cylindrical-coordinate representation of color #8395DC: hue angle of 227.87º degrees, saturation: 0.56, 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 #8395DC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 149 | 220 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.14 |
| HSL | 227.87º | 0.56% | 0.69% | - |
| HSV(B) | 227.87º | 0.4% | 0.86% | - |
| XYZ | 33.03 | 31.49 | 72.05 | - |
| YUV | 151.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 220 | 0.40 | 0.32 | 0 | 0.14 | 227.87 | 0.56 | 0.69 |
| Hex | 83 | 95 | DC | 28 | 20 | 0 | E | E4 | 38 | 45 |
| Octal | 203 | 225 | 334 | 50 | 40 | 0 | 16 | 344 | 70 | 105 |
| Binary | 10000011 | 10010101 | 11011100 | 101000 | 100000 | 0 | 1110 | 11100100 | 111000 | 1000101 |
Color Harmonies of #8395DC
Complementary color
Monochromatic Colors of #8395DC
Black with #8395DC
Text Example
Text Example
White with #8395DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395DC; }
p { color: rgb(131,149,220); }
H1.HeaderClassName
{
color: #8395DC;
}
.AnyTagClassName
{
color: #8395DC;
}
</style>
background-color css
<style>
a { background-color: #8395DC; }
a { background-color: rgb(131,149,220); }
div.DivClassName
{
background-color: #8395DC;
}
.BgClassName
{
background-color: #8395DC;
}
</style>
border-color css
<style>
span { border-color: #8395DC; }
span { border-color: rgb(131,149,220); }
td.TdClassName
{
border-color: #8395DC;
}
.TagClassName
{
border-color: #8395DC;
}
</style>