Shades of Portage #8095DA
Tints of Portage #8095DA
RGB
CMYK
RGB Variations
Color information
#8095DA (or 0x8095DA) is known color: Portage. HEX triplet: 80, 95 and DA. RGB value is (128,149,218). Sum of RGB (Red+Green+Blue) = 128+149+218=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #8095DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095DA is #7F6A25. Grayscale: #969696. Windows color (decimal): -8350246 or 14325120. OLE color: 14325120.
HSL color Cylindrical-coordinate representation of color #8095DA: hue angle of 226º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8095DA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 149 | 218 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.15 |
| HSL | 226º | 0.55% | 0.68% | - |
| HSV(B) | 226º | 0.41% | 0.85% | - |
| XYZ | 32.3 | 31.15 | 70.64 | - |
| YUV | 150.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 218 | 0.41 | 0.32 | 0 | 0.15 | 226 | 0.55 | 0.68 |
| Hex | 80 | 95 | DA | 29 | 20 | 0 | F | E2 | 37 | 44 |
| Octal | 200 | 225 | 332 | 51 | 40 | 0 | 17 | 342 | 67 | 104 |
| Binary | 10000000 | 10010101 | 11011010 | 101001 | 100000 | 0 | 1111 | 11100010 | 110111 | 1000100 |
Color Harmonies of #8095DA
Complementary color
Monochromatic Colors of #8095DA
Black with #8095DA
Text Example
Text Example
White with #8095DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095DA; }
p { color: rgb(128,149,218); }
H1.HeaderClassName
{
color: #8095DA;
}
.AnyTagClassName
{
color: #8095DA;
}
</style>
background-color css
<style>
a { background-color: #8095DA; }
a { background-color: rgb(128,149,218); }
div.DivClassName
{
background-color: #8095DA;
}
.BgClassName
{
background-color: #8095DA;
}
</style>
border-color css
<style>
span { border-color: #8095DA; }
span { border-color: rgb(128,149,218); }
td.TdClassName
{
border-color: #8095DA;
}
.TagClassName
{
border-color: #8095DA;
}
</style>