Shades of Portage #8395DA
Tints of Portage #8395DA
RGB
CMYK
RGB Variations
Color information
#8395DA (or 0x8395DA) is known color: Portage. HEX triplet: 83, 95 and DA. RGB value is (131,149,218). Sum of RGB (Red+Green+Blue) = 131+149+218=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #8395DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395DA is #7C6A25. Grayscale: #979797. Windows color (decimal): -8153638 or 14325123. OLE color: 14325123.
HSL color Cylindrical-coordinate representation of color #8395DA: hue angle of 227.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8395DA is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 149 | 218 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.15 |
| HSL | 227.59º | 0.54% | 0.68% | - |
| HSV(B) | 227.59º | 0.4% | 0.85% | - |
| XYZ | 32.76 | 31.38 | 70.66 | - |
| YUV | 151.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 218 | 0.40 | 0.32 | 0 | 0.15 | 227.59 | 0.54 | 0.68 |
| Hex | 83 | 95 | DA | 28 | 20 | 0 | F | E4 | 36 | 44 |
| Octal | 203 | 225 | 332 | 50 | 40 | 0 | 17 | 344 | 66 | 104 |
| Binary | 10000011 | 10010101 | 11011010 | 101000 | 100000 | 0 | 1111 | 11100100 | 110110 | 1000100 |
Color Harmonies of #8395DA
Complementary color
Monochromatic Colors of #8395DA
Black with #8395DA
Text Example
Text Example
White with #8395DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395DA; }
p { color: rgb(131,149,218); }
H1.HeaderClassName
{
color: #8395DA;
}
.AnyTagClassName
{
color: #8395DA;
}
</style>
background-color css
<style>
a { background-color: #8395DA; }
a { background-color: rgb(131,149,218); }
div.DivClassName
{
background-color: #8395DA;
}
.BgClassName
{
background-color: #8395DA;
}
</style>
border-color css
<style>
span { border-color: #8395DA; }
span { border-color: rgb(131,149,218); }
td.TdClassName
{
border-color: #8395DA;
}
.TagClassName
{
border-color: #8395DA;
}
</style>