Shades of Portage #8397CB
Tints of Portage #8397CB
RGB
CMYK
RGB Variations
Color information
#8397CB (or 0x8397CB) is known color: Portage. HEX triplet: 83, 97 and CB. RGB value is (131,151,203). Sum of RGB (Red+Green+Blue) = 131+151+203=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #8397CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397CB is #7C6834. Grayscale: #969696. Windows color (decimal): -8153141 or 13342595. OLE color: 13342595.
HSL color Cylindrical-coordinate representation of color #8397CB: hue angle of 223.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8397CB is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 151 | 203 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.20 |
| HSL | 223.33º | 0.41% | 0.65% | - |
| HSV(B) | 223.33º | 0.35% | 0.8% | - |
| XYZ | 31.21 | 31.27 | 60.89 | - |
| YUV | 150.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 203 | 0.35 | 0.26 | 0 | 0.20 | 223.33 | 0.41 | 0.65 |
| Hex | 83 | 97 | CB | 23 | 1A | 0 | 14 | DF | 29 | 41 |
| Octal | 203 | 227 | 313 | 43 | 32 | 0 | 24 | 337 | 51 | 101 |
| Binary | 10000011 | 10010111 | 11001011 | 100011 | 11010 | 0 | 10100 | 11011111 | 101001 | 1000001 |
Color Harmonies of #8397CB
Complementary color
Monochromatic Colors of #8397CB
Black with #8397CB
Text Example
Text Example
White with #8397CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8397CB; }
p { color: rgb(131,151,203); }
H1.HeaderClassName
{
color: #8397CB;
}
.AnyTagClassName
{
color: #8397CB;
}
</style>
background-color css
<style>
a { background-color: #8397CB; }
a { background-color: rgb(131,151,203); }
div.DivClassName
{
background-color: #8397CB;
}
.BgClassName
{
background-color: #8397CB;
}
</style>
border-color css
<style>
span { border-color: #8397CB; }
span { border-color: rgb(131,151,203); }
td.TdClassName
{
border-color: #8397CB;
}
.TagClassName
{
border-color: #8397CB;
}
</style>