Shades of Portage #8B9BFD
Tints of Portage #8B9BFD
RGB
CMYK
RGB Variations
Color information
#8B9BFD (or 0x8B9BFD) is known color: Portage. HEX triplet: 8B, 9B and FD. RGB value is (139,155,253). Sum of RGB (Red+Green+Blue) = 139+155+253=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B9BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9BFD is #746402. Grayscale: #A0A0A0. Windows color (decimal): -7627779 or 16620427. OLE color: 16620427.
HSL color Cylindrical-coordinate representation of color #8B9BFD: hue angle of 231.58º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B9BFD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 155 | 253 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.01 |
| HSL | 231.58º | 0.97% | 0.77% | - |
| HSV(B) | 231.58º | 0.45% | 0.99% | - |
| XYZ | 40.1 | 36.02 | 97.77 | - |
| YUV | 161.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 253 | 0.45 | 0.39 | 0 | 0.01 | 231.58 | 0.97 | 0.77 |
| Hex | 8B | 9B | FD | 2D | 27 | 0 | 1 | E8 | 61 | 4D |
| Octal | 213 | 233 | 375 | 55 | 47 | 0 | 1 | 350 | 141 | 115 |
| Binary | 10001011 | 10011011 | 11111101 | 101101 | 100111 | 0 | 1 | 11101000 | 1100001 | 1001101 |
Color Harmonies of #8B9BFD
Complementary color
Monochromatic Colors of #8B9BFD
Black with #8B9BFD
Text Example
Text Example
White with #8B9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9BFD; }
p { color: rgb(139,155,253); }
H1.HeaderClassName
{
color: #8B9BFD;
}
.AnyTagClassName
{
color: #8B9BFD;
}
</style>
background-color css
<style>
a { background-color: #8B9BFD; }
a { background-color: rgb(139,155,253); }
div.DivClassName
{
background-color: #8B9BFD;
}
.BgClassName
{
background-color: #8B9BFD;
}
</style>
border-color css
<style>
span { border-color: #8B9BFD; }
span { border-color: rgb(139,155,253); }
td.TdClassName
{
border-color: #8B9BFD;
}
.TagClassName
{
border-color: #8B9BFD;
}
</style>