Shades of Portage #8DA1F7
Tints of Portage #8DA1F7
RGB
CMYK
RGB Variations
Color information
#8DA1F7 (or 0x8DA1F7) is known color: Portage. HEX triplet: 8D, A1 and F7. RGB value is (141,161,247). Sum of RGB (Red+Green+Blue) = 141+161+247=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DA1F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA1F7 is #725E08. Grayscale: #A4A4A4. Windows color (decimal): -7495177 or 16228749. OLE color: 16228749.
HSL color Cylindrical-coordinate representation of color #8DA1F7: hue angle of 228.68º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DA1F7 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 161 | 247 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.03 |
| HSL | 228.68º | 0.87% | 0.76% | - |
| HSV(B) | 228.68º | 0.43% | 0.97% | - |
| XYZ | 40.52 | 37.87 | 93.17 | - |
| YUV | 164.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 247 | 0.43 | 0.35 | 0 | 0.03 | 228.68 | 0.87 | 0.76 |
| Hex | 8D | A1 | F7 | 2B | 23 | 0 | 3 | E5 | 57 | 4C |
| Octal | 215 | 241 | 367 | 53 | 43 | 0 | 3 | 345 | 127 | 114 |
| Binary | 10001101 | 10100001 | 11110111 | 101011 | 100011 | 0 | 11 | 11100101 | 1010111 | 1001100 |
Color Harmonies of #8DA1F7
Complementary color
Monochromatic Colors of #8DA1F7
Black with #8DA1F7
Text Example
Text Example
White with #8DA1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA1F7; }
p { color: rgb(141,161,247); }
H1.HeaderClassName
{
color: #8DA1F7;
}
.AnyTagClassName
{
color: #8DA1F7;
}
</style>
background-color css
<style>
a { background-color: #8DA1F7; }
a { background-color: rgb(141,161,247); }
div.DivClassName
{
background-color: #8DA1F7;
}
.BgClassName
{
background-color: #8DA1F7;
}
</style>
border-color css
<style>
span { border-color: #8DA1F7; }
span { border-color: rgb(141,161,247); }
td.TdClassName
{
border-color: #8DA1F7;
}
.TagClassName
{
border-color: #8DA1F7;
}
</style>