Shades of Portage #8B9BCF
Tints of Portage #8B9BCF
RGB
CMYK
RGB Variations
Color information
#8B9BCF (or 0x8B9BCF) is known color: Portage. HEX triplet: 8B, 9B and CF. RGB value is (139,155,207). Sum of RGB (Red+Green+Blue) = 139+155+207=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B9BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BCF is #746430. Grayscale: #9B9B9B. Windows color (decimal): -7627825 or 13605771. OLE color: 13605771.
HSL color Cylindrical-coordinate representation of color #8B9BCF: hue angle of 225.88º 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 #8B9BCF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 155 | 207 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.19 |
| HSL | 225.88º | 0.41% | 0.68% | - |
| HSV(B) | 225.88º | 0.33% | 0.81% | - |
| XYZ | 33.63 | 33.44 | 63.71 | - |
| YUV | 156.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 207 | 0.33 | 0.25 | 0 | 0.19 | 225.88 | 0.41 | 0.68 |
| Hex | 8B | 9B | CF | 21 | 19 | 0 | 13 | E2 | 29 | 44 |
| Octal | 213 | 233 | 317 | 41 | 31 | 0 | 23 | 342 | 51 | 104 |
| Binary | 10001011 | 10011011 | 11001111 | 100001 | 11001 | 0 | 10011 | 11100010 | 101001 | 1000100 |
Color Harmonies of #8B9BCF
Complementary color
Monochromatic Colors of #8B9BCF
Black with #8B9BCF
Text Example
Text Example
White with #8B9BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9BCF; }
p { color: rgb(139,155,207); }
H1.HeaderClassName
{
color: #8B9BCF;
}
.AnyTagClassName
{
color: #8B9BCF;
}
</style>
background-color css
<style>
a { background-color: #8B9BCF; }
a { background-color: rgb(139,155,207); }
div.DivClassName
{
background-color: #8B9BCF;
}
.BgClassName
{
background-color: #8B9BCF;
}
</style>
border-color css
<style>
span { border-color: #8B9BCF; }
span { border-color: rgb(139,155,207); }
td.TdClassName
{
border-color: #8B9BCF;
}
.TagClassName
{
border-color: #8B9BCF;
}
</style>