Shades of Portage #8095D3
Tints of Portage #8095D3
RGB
CMYK
RGB Variations
Color information
#8095D3 (or 0x8095D3) is known color: Portage. HEX triplet: 80, 95 and D3. RGB value is (128,149,211). Sum of RGB (Red+Green+Blue) = 128+149+211=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #8095D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095D3 is #7F6A2C. Grayscale: #959595. Windows color (decimal): -8350253 or 13866368. OLE color: 13866368.
HSL color Cylindrical-coordinate representation of color #8095D3: hue angle of 224.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8095D3 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 149 | 211 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.17 |
| HSL | 224.82º | 0.49% | 0.66% | - |
| HSV(B) | 224.82º | 0.39% | 0.83% | - |
| XYZ | 31.41 | 30.79 | 65.92 | - |
| YUV | 149.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 211 | 0.39 | 0.29 | 0 | 0.17 | 224.82 | 0.49 | 0.66 |
| Hex | 80 | 95 | D3 | 27 | 1D | 0 | 11 | E1 | 31 | 42 |
| Octal | 200 | 225 | 323 | 47 | 35 | 0 | 21 | 341 | 61 | 102 |
| Binary | 10000000 | 10010101 | 11010011 | 100111 | 11101 | 0 | 10001 | 11100001 | 110001 | 1000010 |
Color Harmonies of #8095D3
Complementary color
Monochromatic Colors of #8095D3
Black with #8095D3
Text Example
Text Example
White with #8095D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095D3; }
p { color: rgb(128,149,211); }
H1.HeaderClassName
{
color: #8095D3;
}
.AnyTagClassName
{
color: #8095D3;
}
</style>
background-color css
<style>
a { background-color: #8095D3; }
a { background-color: rgb(128,149,211); }
div.DivClassName
{
background-color: #8095D3;
}
.BgClassName
{
background-color: #8095D3;
}
</style>
border-color css
<style>
span { border-color: #8095D3; }
span { border-color: rgb(128,149,211); }
td.TdClassName
{
border-color: #8095D3;
}
.TagClassName
{
border-color: #8095D3;
}
</style>