Shades of Portage #8092DD
Tints of Portage #8092DD
RGB
CMYK
RGB Variations
Color information
#8092DD (or 0x8092DD) is known color: Portage. HEX triplet: 80, 92 and DD. RGB value is (128,146,221). Sum of RGB (Red+Green+Blue) = 128+146+221=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #8092DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092DD is #7F6D22. Grayscale: #949494. Windows color (decimal): -8351011 or 14520960. OLE color: 14520960.
HSL color Cylindrical-coordinate representation of color #8092DD: hue angle of 228.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8092DD is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 146 | 221 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.13 |
| HSL | 228.39º | 0.58% | 0.68% | - |
| HSV(B) | 228.39º | 0.42% | 0.87% | - |
| XYZ | 32.23 | 30.37 | 72.57 | - |
| YUV | 149.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 221 | 0.42 | 0.34 | 0 | 0.13 | 228.39 | 0.58 | 0.68 |
| Hex | 80 | 92 | DD | 2A | 22 | 0 | D | E4 | 3A | 44 |
| Octal | 200 | 222 | 335 | 52 | 42 | 0 | 15 | 344 | 72 | 104 |
| Binary | 10000000 | 10010010 | 11011101 | 101010 | 100010 | 0 | 1101 | 11100100 | 111010 | 1000100 |
Color Harmonies of #8092DD
Complementary color
Monochromatic Colors of #8092DD
Black with #8092DD
Text Example
Text Example
White with #8092DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092DD; }
p { color: rgb(128,146,221); }
H1.HeaderClassName
{
color: #8092DD;
}
.AnyTagClassName
{
color: #8092DD;
}
</style>
background-color css
<style>
a { background-color: #8092DD; }
a { background-color: rgb(128,146,221); }
div.DivClassName
{
background-color: #8092DD;
}
.BgClassName
{
background-color: #8092DD;
}
</style>
border-color css
<style>
span { border-color: #8092DD; }
span { border-color: rgb(128,146,221); }
td.TdClassName
{
border-color: #8092DD;
}
.TagClassName
{
border-color: #8092DD;
}
</style>