Shades of Portage #8B96CF
Tints of Portage #8B96CF
RGB
CMYK
RGB Variations
Color information
#8B96CF (or 0x8B96CF) is known color: Portage. HEX triplet: 8B, 96 and CF. RGB value is (139,150,207). Sum of RGB (Red+Green+Blue) = 139+150+207=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B96CF is #746930. Grayscale: #989898. Windows color (decimal): -7629105 or 13604491. OLE color: 13604491.
HSL color Cylindrical-coordinate representation of color #8B96CF: hue angle of 230.29º 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 #8B96CF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 150 | 207 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.19 |
| HSL | 230.29º | 0.41% | 0.68% | - |
| HSV(B) | 230.29º | 0.33% | 0.81% | - |
| XYZ | 32.82 | 31.81 | 63.44 | - |
| YUV | 153.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 207 | 0.33 | 0.28 | 0 | 0.19 | 230.29 | 0.41 | 0.68 |
| Hex | 8B | 96 | CF | 21 | 1C | 0 | 13 | E6 | 29 | 44 |
| Octal | 213 | 226 | 317 | 41 | 34 | 0 | 23 | 346 | 51 | 104 |
| Binary | 10001011 | 10010110 | 11001111 | 100001 | 11100 | 0 | 10011 | 11100110 | 101001 | 1000100 |
Color Harmonies of #8B96CF
Complementary color
Monochromatic Colors of #8B96CF
Black with #8B96CF
Text Example
Text Example
White with #8B96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B96CF; }
p { color: rgb(139,150,207); }
H1.HeaderClassName
{
color: #8B96CF;
}
.AnyTagClassName
{
color: #8B96CF;
}
</style>
background-color css
<style>
a { background-color: #8B96CF; }
a { background-color: rgb(139,150,207); }
div.DivClassName
{
background-color: #8B96CF;
}
.BgClassName
{
background-color: #8B96CF;
}
</style>
border-color css
<style>
span { border-color: #8B96CF; }
span { border-color: rgb(139,150,207); }
td.TdClassName
{
border-color: #8B96CF;
}
.TagClassName
{
border-color: #8B96CF;
}
</style>