Shades of Portage #8B96C3
Tints of Portage #8B96C3
RGB
CMYK
RGB Variations
Color information
#8B96C3 (or 0x8B96C3) is known color: Portage. HEX triplet: 8B, 96 and C3. RGB value is (139,150,195). Sum of RGB (Red+Green+Blue) = 139+150+195=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B96C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B96C3 is #74693C. Grayscale: #979797. Windows color (decimal): -7629117 or 12818059. OLE color: 12818059.
HSL color Cylindrical-coordinate representation of color #8B96C3: hue angle of 228.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B96C3 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 150 | 195 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.24 |
| HSL | 228.21º | 0.32% | 0.65% | - |
| HSV(B) | 228.21º | 0.29% | 0.76% | - |
| XYZ | 31.4 | 31.24 | 56 | - |
| YUV | 151.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 195 | 0.29 | 0.23 | 0 | 0.24 | 228.21 | 0.32 | 0.65 |
| Hex | 8B | 96 | C3 | 1D | 17 | 0 | 18 | E4 | 20 | 41 |
| Octal | 213 | 226 | 303 | 35 | 27 | 0 | 30 | 344 | 40 | 101 |
| Binary | 10001011 | 10010110 | 11000011 | 11101 | 10111 | 0 | 11000 | 11100100 | 100000 | 1000001 |
Color Harmonies of #8B96C3
Complementary color
Monochromatic Colors of #8B96C3
Black with #8B96C3
Text Example
Text Example
White with #8B96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B96C3; }
p { color: rgb(139,150,195); }
H1.HeaderClassName
{
color: #8B96C3;
}
.AnyTagClassName
{
color: #8B96C3;
}
</style>
background-color css
<style>
a { background-color: #8B96C3; }
a { background-color: rgb(139,150,195); }
div.DivClassName
{
background-color: #8B96C3;
}
.BgClassName
{
background-color: #8B96C3;
}
</style>
border-color css
<style>
span { border-color: #8B96C3; }
span { border-color: rgb(139,150,195); }
td.TdClassName
{
border-color: #8B96C3;
}
.TagClassName
{
border-color: #8B96C3;
}
</style>