Shades of Portage #8DA0FF
Tints of Portage #8DA0FF
RGB
CMYK
RGB Variations
Color information
#8DA0FF (or 0x8DA0FF) is known color: Portage. HEX triplet: 8D, A0 and FF. RGB value is (141,160,255). Sum of RGB (Red+Green+Blue) = 141+160+255=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA0FF is #725F00. Grayscale: #A4A4A4. Windows color (decimal): -7495425 or 16752781. OLE color: 16752781.
HSL color Cylindrical-coordinate representation of color #8DA0FF: hue angle of 230º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DA0FF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 160 | 255 | - |
| CMYK | 0.45 | 0.37 | 0 | 0 |
| HSL | 230º | 1% | 0.78% | - |
| HSV(B) | 230º | 0.45% | 1% | - |
| XYZ | 41.61 | 38.02 | 99.75 | - |
| YUV | 165.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 255 | 0.45 | 0.37 | 0 | 0 | 230 | 1 | 0.78 |
| Hex | 8D | A0 | FF | 2D | 25 | 0 | 0 | E6 | 64 | 4E |
| Octal | 215 | 240 | 377 | 55 | 45 | 0 | 0 | 346 | 144 | 116 |
| Binary | 10001101 | 10100000 | 11111111 | 101101 | 100101 | 0 | 0 | 11100110 | 1100100 | 1001110 |
Color Harmonies of #8DA0FF
Complementary color
Monochromatic Colors of #8DA0FF
Black with #8DA0FF
Text Example
Text Example
White with #8DA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0FF; }
p { color: rgb(141,160,255); }
H1.HeaderClassName
{
color: #8DA0FF;
}
.AnyTagClassName
{
color: #8DA0FF;
}
</style>
background-color css
<style>
a { background-color: #8DA0FF; }
a { background-color: rgb(141,160,255); }
div.DivClassName
{
background-color: #8DA0FF;
}
.BgClassName
{
background-color: #8DA0FF;
}
</style>
border-color css
<style>
span { border-color: #8DA0FF; }
span { border-color: rgb(141,160,255); }
td.TdClassName
{
border-color: #8DA0FF;
}
.TagClassName
{
border-color: #8DA0FF;
}
</style>