Shades of Portage #8B96CE
Tints of Portage #8B96CE
RGB
CMYK
RGB Variations
Color information
#8B96CE (or 0x8B96CE) is known color: Portage. HEX triplet: 8B, 96 and CE. RGB value is (139,150,206). Sum of RGB (Red+Green+Blue) = 139+150+206=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B96CE is #746931. Grayscale: #989898. Windows color (decimal): -7629106 or 13538955. OLE color: 13538955.
HSL color Cylindrical-coordinate representation of color #8B96CE: hue angle of 230.15º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B96CE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 150 | 206 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.19 |
| HSL | 230.15º | 0.41% | 0.68% | - |
| HSV(B) | 230.15º | 0.33% | 0.81% | - |
| XYZ | 32.69 | 31.76 | 62.8 | - |
| YUV | 153.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 206 | 0.33 | 0.27 | 0 | 0.19 | 230.15 | 0.41 | 0.68 |
| Hex | 8B | 96 | CE | 21 | 1B | 0 | 13 | E6 | 29 | 44 |
| Octal | 213 | 226 | 316 | 41 | 33 | 0 | 23 | 346 | 51 | 104 |
| Binary | 10001011 | 10010110 | 11001110 | 100001 | 11011 | 0 | 10011 | 11100110 | 101001 | 1000100 |
Color Harmonies of #8B96CE
Complementary color
Monochromatic Colors of #8B96CE
Black with #8B96CE
Text Example
Text Example
White with #8B96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B96CE; }
p { color: rgb(139,150,206); }
H1.HeaderClassName
{
color: #8B96CE;
}
.AnyTagClassName
{
color: #8B96CE;
}
</style>
background-color css
<style>
a { background-color: #8B96CE; }
a { background-color: rgb(139,150,206); }
div.DivClassName
{
background-color: #8B96CE;
}
.BgClassName
{
background-color: #8B96CE;
}
</style>
border-color css
<style>
span { border-color: #8B96CE; }
span { border-color: rgb(139,150,206); }
td.TdClassName
{
border-color: #8B96CE;
}
.TagClassName
{
border-color: #8B96CE;
}
</style>