Shades of Portage #8090D3
Tints of Portage #8090D3
RGB
CMYK
RGB Variations
Color information
#8090D3 (or 0x8090D3) is known color: Portage. HEX triplet: 80, 90 and D3. RGB value is (128,144,211). Sum of RGB (Red+Green+Blue) = 128+144+211=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #8090D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090D3 is #7F6F2C. Grayscale: #929292. Windows color (decimal): -8351533 or 13865088. OLE color: 13865088.
HSL color Cylindrical-coordinate representation of color #8090D3: hue angle of 228.43º 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 #8090D3 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 144 | 211 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.17 |
| HSL | 228.43º | 0.49% | 0.66% | - |
| HSV(B) | 228.43º | 0.39% | 0.83% | - |
| XYZ | 30.63 | 29.24 | 65.66 | - |
| YUV | 146.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 211 | 0.39 | 0.32 | 0 | 0.17 | 228.43 | 0.49 | 0.66 |
| Hex | 80 | 90 | D3 | 27 | 20 | 0 | 11 | E4 | 31 | 42 |
| Octal | 200 | 220 | 323 | 47 | 40 | 0 | 21 | 344 | 61 | 102 |
| Binary | 10000000 | 10010000 | 11010011 | 100111 | 100000 | 0 | 10001 | 11100100 | 110001 | 1000010 |
Color Harmonies of #8090D3
Complementary color
Monochromatic Colors of #8090D3
Black with #8090D3
Text Example
Text Example
White with #8090D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8090D3; }
p { color: rgb(128,144,211); }
H1.HeaderClassName
{
color: #8090D3;
}
.AnyTagClassName
{
color: #8090D3;
}
</style>
background-color css
<style>
a { background-color: #8090D3; }
a { background-color: rgb(128,144,211); }
div.DivClassName
{
background-color: #8090D3;
}
.BgClassName
{
background-color: #8090D3;
}
</style>
border-color css
<style>
span { border-color: #8090D3; }
span { border-color: rgb(128,144,211); }
td.TdClassName
{
border-color: #8090D3;
}
.TagClassName
{
border-color: #8090D3;
}
</style>