Shades of Portage #8DA6FF
Tints of Portage #8DA6FF
RGB
CMYK
RGB Variations
Color information
#8DA6FF (or 0x8DA6FF) is known color: Portage. HEX triplet: 8D, A6 and FF. RGB value is (141,166,255). Sum of RGB (Red+Green+Blue) = 141+166+255=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6FF is #725900. Grayscale: #A8A8A8. Windows color (decimal): -7493889 or 16754317. OLE color: 16754317.
HSL color Cylindrical-coordinate representation of color #8DA6FF: hue angle of 226.84º 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 #8DA6FF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 166 | 255 | - |
| CMYK | 0.45 | 0.35 | 0 | 0 |
| HSL | 226.84º | 1% | 0.78% | - |
| HSV(B) | 226.84º | 0.45% | 1% | - |
| XYZ | 42.67 | 40.16 | 100.11 | - |
| YUV | 168.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 255 | 0.45 | 0.35 | 0 | 0 | 226.84 | 1 | 0.78 |
| Hex | 8D | A6 | FF | 2D | 23 | 0 | 0 | E3 | 64 | 4E |
| Octal | 215 | 246 | 377 | 55 | 43 | 0 | 0 | 343 | 144 | 116 |
| Binary | 10001101 | 10100110 | 11111111 | 101101 | 100011 | 0 | 0 | 11100011 | 1100100 | 1001110 |
Color Harmonies of #8DA6FF
Complementary color
Monochromatic Colors of #8DA6FF
Black with #8DA6FF
Text Example
Text Example
White with #8DA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA6FF; }
p { color: rgb(141,166,255); }
H1.HeaderClassName
{
color: #8DA6FF;
}
.AnyTagClassName
{
color: #8DA6FF;
}
</style>
background-color css
<style>
a { background-color: #8DA6FF; }
a { background-color: rgb(141,166,255); }
div.DivClassName
{
background-color: #8DA6FF;
}
.BgClassName
{
background-color: #8DA6FF;
}
</style>
border-color css
<style>
span { border-color: #8DA6FF; }
span { border-color: rgb(141,166,255); }
td.TdClassName
{
border-color: #8DA6FF;
}
.TagClassName
{
border-color: #8DA6FF;
}
</style>