Shades of Portage #8093CC
Tints of Portage #8093CC
RGB
CMYK
RGB Variations
Color information
#8093CC (or 0x8093CC) is known color: Portage. HEX triplet: 80, 93 and CC. RGB value is (128,147,204). Sum of RGB (Red+Green+Blue) = 128+147+204=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #8093CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093CC is #7F6C33. Grayscale: #939393. Windows color (decimal): -8350772 or 13407104. OLE color: 13407104.
HSL color Cylindrical-coordinate representation of color #8093CC: hue angle of 225º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8093CC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 147 | 204 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.2 |
| HSL | 225º | 0.43% | 0.65% | - |
| HSV(B) | 225º | 0.37% | 0.8% | - |
| XYZ | 30.23 | 29.82 | 61.29 | - |
| YUV | 147.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 204 | 0.37 | 0.28 | 0 | 0.2 | 225 | 0.43 | 0.65 |
| Hex | 80 | 93 | CC | 25 | 1C | 0 | 14 | E1 | 2B | 41 |
| Octal | 200 | 223 | 314 | 45 | 34 | 0 | 24 | 341 | 53 | 101 |
| Binary | 10000000 | 10010011 | 11001100 | 100101 | 11100 | 0 | 10100 | 11100001 | 101011 | 1000001 |
Color Harmonies of #8093CC
Complementary color
Monochromatic Colors of #8093CC
Black with #8093CC
Text Example
Text Example
White with #8093CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8093CC; }
p { color: rgb(128,147,204); }
H1.HeaderClassName
{
color: #8093CC;
}
.AnyTagClassName
{
color: #8093CC;
}
</style>
background-color css
<style>
a { background-color: #8093CC; }
a { background-color: rgb(128,147,204); }
div.DivClassName
{
background-color: #8093CC;
}
.BgClassName
{
background-color: #8093CC;
}
</style>
border-color css
<style>
span { border-color: #8093CC; }
span { border-color: rgb(128,147,204); }
td.TdClassName
{
border-color: #8093CC;
}
.TagClassName
{
border-color: #8093CC;
}
</style>