Shades of Portage #8BA0FD
Tints of Portage #8BA0FD
RGB
CMYK
RGB Variations
Color information
#8BA0FD (or 0x8BA0FD) is known color: Portage. HEX triplet: 8B, A0 and FD. RGB value is (139,160,253). Sum of RGB (Red+Green+Blue) = 139+160+253=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BA0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA0FD is #745F02. Grayscale: #A3A3A3. Windows color (decimal): -7626499 or 16621707. OLE color: 16621707.
HSL color Cylindrical-coordinate representation of color #8BA0FD: hue angle of 228.95º 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 #8BA0FD is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 160 | 253 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.01 |
| HSL | 228.95º | 0.97% | 0.77% | - |
| HSV(B) | 228.95º | 0.45% | 0.99% | - |
| XYZ | 40.95 | 37.72 | 98.05 | - |
| YUV | 164.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 253 | 0.45 | 0.37 | 0 | 0.01 | 228.95 | 0.97 | 0.77 |
| Hex | 8B | A0 | FD | 2D | 25 | 0 | 1 | E5 | 61 | 4D |
| Octal | 213 | 240 | 375 | 55 | 45 | 0 | 1 | 345 | 141 | 115 |
| Binary | 10001011 | 10100000 | 11111101 | 101101 | 100101 | 0 | 1 | 11100101 | 1100001 | 1001101 |
Color Harmonies of #8BA0FD
Complementary color
Monochromatic Colors of #8BA0FD
Black with #8BA0FD
Text Example
Text Example
White with #8BA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0FD; }
p { color: rgb(139,160,253); }
H1.HeaderClassName
{
color: #8BA0FD;
}
.AnyTagClassName
{
color: #8BA0FD;
}
</style>
background-color css
<style>
a { background-color: #8BA0FD; }
a { background-color: rgb(139,160,253); }
div.DivClassName
{
background-color: #8BA0FD;
}
.BgClassName
{
background-color: #8BA0FD;
}
</style>
border-color css
<style>
span { border-color: #8BA0FD; }
span { border-color: rgb(139,160,253); }
td.TdClassName
{
border-color: #8BA0FD;
}
.TagClassName
{
border-color: #8BA0FD;
}
</style>