Shades of Portage #8DA0FB
Tints of Portage #8DA0FB
RGB
CMYK
RGB Variations
Color information
#8DA0FB (or 0x8DA0FB) is known color: Portage. HEX triplet: 8D, A0 and FB. RGB value is (141,160,251). Sum of RGB (Red+Green+Blue) = 141+160+251=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DA0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA0FB is #725F04. Grayscale: #A4A4A4. Windows color (decimal): -7495429 or 16490637. OLE color: 16490637.
HSL color Cylindrical-coordinate representation of color #8DA0FB: hue angle of 229.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA0FB is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 160 | 251 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.02 |
| HSL | 229.64º | 0.93% | 0.77% | - |
| HSV(B) | 229.64º | 0.44% | 0.98% | - |
| XYZ | 40.97 | 37.77 | 96.4 | - |
| YUV | 164.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 251 | 0.44 | 0.36 | 0 | 0.02 | 229.64 | 0.93 | 0.77 |
| Hex | 8D | A0 | FB | 2C | 24 | 0 | 2 | E6 | 5D | 4D |
| Octal | 215 | 240 | 373 | 54 | 44 | 0 | 2 | 346 | 135 | 115 |
| Binary | 10001101 | 10100000 | 11111011 | 101100 | 100100 | 0 | 10 | 11100110 | 1011101 | 1001101 |
Color Harmonies of #8DA0FB
Complementary color
Monochromatic Colors of #8DA0FB
Black with #8DA0FB
Text Example
Text Example
White with #8DA0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0FB; }
p { color: rgb(141,160,251); }
H1.HeaderClassName
{
color: #8DA0FB;
}
.AnyTagClassName
{
color: #8DA0FB;
}
</style>
background-color css
<style>
a { background-color: #8DA0FB; }
a { background-color: rgb(141,160,251); }
div.DivClassName
{
background-color: #8DA0FB;
}
.BgClassName
{
background-color: #8DA0FB;
}
</style>
border-color css
<style>
span { border-color: #8DA0FB; }
span { border-color: rgb(141,160,251); }
td.TdClassName
{
border-color: #8DA0FB;
}
.TagClassName
{
border-color: #8DA0FB;
}
</style>