Shades of Portage #8DA3FF
Tints of Portage #8DA3FF
RGB
CMYK
RGB Variations
Color information
#8DA3FF (or 0x8DA3FF) is known color: Portage. HEX triplet: 8D, A3 and FF. RGB value is (141,163,255). Sum of RGB (Red+Green+Blue) = 141+163+255=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA3FF is #725C00. Grayscale: #A6A6A6. Windows color (decimal): -7494657 or 16753549. OLE color: 16753549.
HSL color Cylindrical-coordinate representation of color #8DA3FF: hue angle of 228.42º 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 #8DA3FF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 163 | 255 | - |
| CMYK | 0.45 | 0.36 | 0 | 0 |
| HSL | 228.42º | 1% | 0.78% | - |
| HSV(B) | 228.42º | 0.45% | 1% | - |
| XYZ | 42.13 | 39.08 | 99.93 | - |
| YUV | 166.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 255 | 0.45 | 0.36 | 0 | 0 | 228.42 | 1 | 0.78 |
| Hex | 8D | A3 | FF | 2D | 24 | 0 | 0 | E4 | 64 | 4E |
| Octal | 215 | 243 | 377 | 55 | 44 | 0 | 0 | 344 | 144 | 116 |
| Binary | 10001101 | 10100011 | 11111111 | 101101 | 100100 | 0 | 0 | 11100100 | 1100100 | 1001110 |
Color Harmonies of #8DA3FF
Complementary color
Monochromatic Colors of #8DA3FF
Black with #8DA3FF
Text Example
Text Example
White with #8DA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3FF; }
p { color: rgb(141,163,255); }
H1.HeaderClassName
{
color: #8DA3FF;
}
.AnyTagClassName
{
color: #8DA3FF;
}
</style>
background-color css
<style>
a { background-color: #8DA3FF; }
a { background-color: rgb(141,163,255); }
div.DivClassName
{
background-color: #8DA3FF;
}
.BgClassName
{
background-color: #8DA3FF;
}
</style>
border-color css
<style>
span { border-color: #8DA3FF; }
span { border-color: rgb(141,163,255); }
td.TdClassName
{
border-color: #8DA3FF;
}
.TagClassName
{
border-color: #8DA3FF;
}
</style>