Shades of Portage #809BD2
Tints of Portage #809BD2
RGB
CMYK
RGB Variations
Color information
#809BD2 (or 0x809BD2) is known color: Portage. HEX triplet: 80, 9B and D2. RGB value is (128,155,210). Sum of RGB (Red+Green+Blue) = 128+155+210=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #809BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BD2 is #7F642D. Grayscale: #989898. Windows color (decimal): -8348718 or 13802368. OLE color: 13802368.
HSL color Cylindrical-coordinate representation of color #809BD2: hue angle of 220.24º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #809BD2 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 155 | 210 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.18 |
| HSL | 220.24º | 0.48% | 0.66% | - |
| HSV(B) | 220.24º | 0.39% | 0.82% | - |
| XYZ | 32.26 | 32.69 | 65.58 | - |
| YUV | 153.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 210 | 0.39 | 0.26 | 0 | 0.18 | 220.24 | 0.48 | 0.66 |
| Hex | 80 | 9B | D2 | 27 | 1A | 0 | 12 | DC | 30 | 42 |
| Octal | 200 | 233 | 322 | 47 | 32 | 0 | 22 | 334 | 60 | 102 |
| Binary | 10000000 | 10011011 | 11010010 | 100111 | 11010 | 0 | 10010 | 11011100 | 110000 | 1000010 |
Color Harmonies of #809BD2
Complementary color
Monochromatic Colors of #809BD2
Black with #809BD2
Text Example
Text Example
White with #809BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809BD2; }
p { color: rgb(128,155,210); }
H1.HeaderClassName
{
color: #809BD2;
}
.AnyTagClassName
{
color: #809BD2;
}
</style>
background-color css
<style>
a { background-color: #809BD2; }
a { background-color: rgb(128,155,210); }
div.DivClassName
{
background-color: #809BD2;
}
.BgClassName
{
background-color: #809BD2;
}
</style>
border-color css
<style>
span { border-color: #809BD2; }
span { border-color: rgb(128,155,210); }
td.TdClassName
{
border-color: #809BD2;
}
.TagClassName
{
border-color: #809BD2;
}
</style>