Shades of Portage #8097CB
Tints of Portage #8097CB
RGB
CMYK
RGB Variations
Color information
#8097CB (or 0x8097CB) is known color: Portage. HEX triplet: 80, 97 and CB. RGB value is (128,151,203). Sum of RGB (Red+Green+Blue) = 128+151+203=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #8097CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8097CB is #7F6834. Grayscale: #959595. Windows color (decimal): -8349749 or 13342592. OLE color: 13342592.
HSL color Cylindrical-coordinate representation of color #8097CB: hue angle of 221.6º degrees, saturation: 0.42, 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 #8097CB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 151 | 203 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.20 |
| HSL | 221.6º | 0.42% | 0.65% | - |
| HSV(B) | 221.6º | 0.37% | 0.8% | - |
| XYZ | 30.75 | 31.03 | 60.87 | - |
| YUV | 150.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 203 | 0.37 | 0.26 | 0 | 0.20 | 221.6 | 0.42 | 0.65 |
| Hex | 80 | 97 | CB | 25 | 1A | 0 | 14 | DE | 2A | 41 |
| Octal | 200 | 227 | 313 | 45 | 32 | 0 | 24 | 336 | 52 | 101 |
| Binary | 10000000 | 10010111 | 11001011 | 100101 | 11010 | 0 | 10100 | 11011110 | 101010 | 1000001 |
Color Harmonies of #8097CB
Complementary color
Monochromatic Colors of #8097CB
Black with #8097CB
Text Example
Text Example
White with #8097CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8097CB; }
p { color: rgb(128,151,203); }
H1.HeaderClassName
{
color: #8097CB;
}
.AnyTagClassName
{
color: #8097CB;
}
</style>
background-color css
<style>
a { background-color: #8097CB; }
a { background-color: rgb(128,151,203); }
div.DivClassName
{
background-color: #8097CB;
}
.BgClassName
{
background-color: #8097CB;
}
</style>
border-color css
<style>
span { border-color: #8097CB; }
span { border-color: rgb(128,151,203); }
td.TdClassName
{
border-color: #8097CB;
}
.TagClassName
{
border-color: #8097CB;
}
</style>