Shades of Portage #8395DF
Tints of Portage #8395DF
RGB
CMYK
RGB Variations
Color information
#8395DF (or 0x8395DF) is known color: Portage. HEX triplet: 83, 95 and DF. RGB value is (131,149,223). Sum of RGB (Red+Green+Blue) = 131+149+223=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #8395DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395DF is #7C6A20. Grayscale: #979797. Windows color (decimal): -8153633 or 14652803. OLE color: 14652803.
HSL color Cylindrical-coordinate representation of color #8395DF: hue angle of 228.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8395DF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 149 | 223 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.13 |
| HSL | 228.26º | 0.59% | 0.69% | - |
| HSV(B) | 228.26º | 0.41% | 0.87% | - |
| XYZ | 33.43 | 31.65 | 74.16 | - |
| YUV | 152.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 223 | 0.41 | 0.33 | 0 | 0.13 | 228.26 | 0.59 | 0.69 |
| Hex | 83 | 95 | DF | 29 | 21 | 0 | D | E4 | 3B | 45 |
| Octal | 203 | 225 | 337 | 51 | 41 | 0 | 15 | 344 | 73 | 105 |
| Binary | 10000011 | 10010101 | 11011111 | 101001 | 100001 | 0 | 1101 | 11100100 | 111011 | 1000101 |
Color Harmonies of #8395DF
Complementary color
Monochromatic Colors of #8395DF
Black with #8395DF
Text Example
Text Example
White with #8395DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395DF; }
p { color: rgb(131,149,223); }
H1.HeaderClassName
{
color: #8395DF;
}
.AnyTagClassName
{
color: #8395DF;
}
</style>
background-color css
<style>
a { background-color: #8395DF; }
a { background-color: rgb(131,149,223); }
div.DivClassName
{
background-color: #8395DF;
}
.BgClassName
{
background-color: #8395DF;
}
</style>
border-color css
<style>
span { border-color: #8395DF; }
span { border-color: rgb(131,149,223); }
td.TdClassName
{
border-color: #8395DF;
}
.TagClassName
{
border-color: #8395DF;
}
</style>