Shades of Portage #8B9CFD
Tints of Portage #8B9CFD
RGB
CMYK
RGB Variations
Color information
#8B9CFD (or 0x8B9CFD) is known color: Portage. HEX triplet: 8B, 9C and FD. RGB value is (139,156,253). Sum of RGB (Red+Green+Blue) = 139+156+253=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9CFD is #746302. Grayscale: #A1A1A1. Windows color (decimal): -7627523 or 16620683. OLE color: 16620683.
HSL color Cylindrical-coordinate representation of color #8B9CFD: hue angle of 231.05º 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 #8B9CFD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 156 | 253 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.01 |
| HSL | 231.05º | 0.97% | 0.77% | - |
| HSV(B) | 231.05º | 0.45% | 0.99% | - |
| XYZ | 40.27 | 36.36 | 97.82 | - |
| YUV | 161.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 253 | 0.45 | 0.38 | 0 | 0.01 | 231.05 | 0.97 | 0.77 |
| Hex | 8B | 9C | FD | 2D | 26 | 0 | 1 | E7 | 61 | 4D |
| Octal | 213 | 234 | 375 | 55 | 46 | 0 | 1 | 347 | 141 | 115 |
| Binary | 10001011 | 10011100 | 11111101 | 101101 | 100110 | 0 | 1 | 11100111 | 1100001 | 1001101 |
Color Harmonies of #8B9CFD
Complementary color
Monochromatic Colors of #8B9CFD
Black with #8B9CFD
Text Example
Text Example
White with #8B9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CFD; }
p { color: rgb(139,156,253); }
H1.HeaderClassName
{
color: #8B9CFD;
}
.AnyTagClassName
{
color: #8B9CFD;
}
</style>
background-color css
<style>
a { background-color: #8B9CFD; }
a { background-color: rgb(139,156,253); }
div.DivClassName
{
background-color: #8B9CFD;
}
.BgClassName
{
background-color: #8B9CFD;
}
</style>
border-color css
<style>
span { border-color: #8B9CFD; }
span { border-color: rgb(139,156,253); }
td.TdClassName
{
border-color: #8B9CFD;
}
.TagClassName
{
border-color: #8B9CFD;
}
</style>