Shades of Portage #8396CC
Tints of Portage #8396CC
RGB
CMYK
RGB Variations
Color information
#8396CC (or 0x8396CC) is known color: Portage. HEX triplet: 83, 96 and CC. RGB value is (131,150,204). Sum of RGB (Red+Green+Blue) = 131+150+204=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8396CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396CC is #7C6933. Grayscale: #969696. Windows color (decimal): -8153396 or 13407875. OLE color: 13407875.
HSL color Cylindrical-coordinate representation of color #8396CC: hue angle of 224.38º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8396CC is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 150 | 204 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.2 |
| HSL | 224.38º | 0.42% | 0.66% | - |
| HSV(B) | 224.38º | 0.36% | 0.8% | - |
| XYZ | 31.17 | 31 | 61.47 | - |
| YUV | 150.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 204 | 0.36 | 0.26 | 0 | 0.2 | 224.38 | 0.42 | 0.66 |
| Hex | 83 | 96 | CC | 24 | 1A | 0 | 14 | E0 | 2A | 42 |
| Octal | 203 | 226 | 314 | 44 | 32 | 0 | 24 | 340 | 52 | 102 |
| Binary | 10000011 | 10010110 | 11001100 | 100100 | 11010 | 0 | 10100 | 11100000 | 101010 | 1000010 |
Color Harmonies of #8396CC
Complementary color
Monochromatic Colors of #8396CC
Black with #8396CC
Text Example
Text Example
White with #8396CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8396CC; }
p { color: rgb(131,150,204); }
H1.HeaderClassName
{
color: #8396CC;
}
.AnyTagClassName
{
color: #8396CC;
}
</style>
background-color css
<style>
a { background-color: #8396CC; }
a { background-color: rgb(131,150,204); }
div.DivClassName
{
background-color: #8396CC;
}
.BgClassName
{
background-color: #8396CC;
}
</style>
border-color css
<style>
span { border-color: #8396CC; }
span { border-color: rgb(131,150,204); }
td.TdClassName
{
border-color: #8396CC;
}
.TagClassName
{
border-color: #8396CC;
}
</style>