Shades of Portage #8DA5FB
Tints of Portage #8DA5FB
RGB
CMYK
RGB Variations
Color information
#8DA5FB (or 0x8DA5FB) is known color: Portage. HEX triplet: 8D, A5 and FB. RGB value is (141,165,251). Sum of RGB (Red+Green+Blue) = 141+165+251=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DA5FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5FB is #725A04. Grayscale: #A7A7A7. Windows color (decimal): -7494149 or 16491917. OLE color: 16491917.
HSL color Cylindrical-coordinate representation of color #8DA5FB: hue angle of 226.91º 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 #8DA5FB is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 165 | 251 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.02 |
| HSL | 226.91º | 0.93% | 0.77% | - |
| HSV(B) | 226.91º | 0.44% | 0.98% | - |
| XYZ | 41.85 | 39.54 | 96.69 | - |
| YUV | 167.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 251 | 0.44 | 0.34 | 0 | 0.02 | 226.91 | 0.93 | 0.77 |
| Hex | 8D | A5 | FB | 2C | 22 | 0 | 2 | E3 | 5D | 4D |
| Octal | 215 | 245 | 373 | 54 | 42 | 0 | 2 | 343 | 135 | 115 |
| Binary | 10001101 | 10100101 | 11111011 | 101100 | 100010 | 0 | 10 | 11100011 | 1011101 | 1001101 |
Color Harmonies of #8DA5FB
Complementary color
Monochromatic Colors of #8DA5FB
Black with #8DA5FB
Text Example
Text Example
White with #8DA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA5FB; }
p { color: rgb(141,165,251); }
H1.HeaderClassName
{
color: #8DA5FB;
}
.AnyTagClassName
{
color: #8DA5FB;
}
</style>
background-color css
<style>
a { background-color: #8DA5FB; }
a { background-color: rgb(141,165,251); }
div.DivClassName
{
background-color: #8DA5FB;
}
.BgClassName
{
background-color: #8DA5FB;
}
</style>
border-color css
<style>
span { border-color: #8DA5FB; }
span { border-color: rgb(141,165,251); }
td.TdClassName
{
border-color: #8DA5FB;
}
.TagClassName
{
border-color: #8DA5FB;
}
</style>