Shades of Portage #8DA2FE
Tints of Portage #8DA2FE
RGB
CMYK
RGB Variations
Color information
#8DA2FE (or 0x8DA2FE) is known color: Portage. HEX triplet: 8D, A2 and FE. RGB value is (141,162,254). Sum of RGB (Red+Green+Blue) = 141+162+254=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DA2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA2FE is #725D01. Grayscale: #A5A5A5. Windows color (decimal): -7494914 or 16687757. OLE color: 16687757.
HSL color Cylindrical-coordinate representation of color #8DA2FE: hue angle of 228.85º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA2FE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 162 | 254 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.00 |
| HSL | 228.85º | 0.98% | 0.77% | - |
| HSV(B) | 228.85º | 0.44% | 1% | - |
| XYZ | 41.79 | 38.66 | 99.03 | - |
| YUV | 166.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 254 | 0.44 | 0.36 | 0 | 0.00 | 228.85 | 0.98 | 0.77 |
| Hex | 8D | A2 | FE | 2C | 24 | 0 | 0 | E5 | 62 | 4D |
| Octal | 215 | 242 | 376 | 54 | 44 | 0 | 0 | 345 | 142 | 115 |
| Binary | 10001101 | 10100010 | 11111110 | 101100 | 100100 | 0 | 0 | 11100101 | 1100010 | 1001101 |
Color Harmonies of #8DA2FE
Complementary color
Monochromatic Colors of #8DA2FE
Black with #8DA2FE
Text Example
Text Example
White with #8DA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA2FE; }
p { color: rgb(141,162,254); }
H1.HeaderClassName
{
color: #8DA2FE;
}
.AnyTagClassName
{
color: #8DA2FE;
}
</style>
background-color css
<style>
a { background-color: #8DA2FE; }
a { background-color: rgb(141,162,254); }
div.DivClassName
{
background-color: #8DA2FE;
}
.BgClassName
{
background-color: #8DA2FE;
}
</style>
border-color css
<style>
span { border-color: #8DA2FE; }
span { border-color: rgb(141,162,254); }
td.TdClassName
{
border-color: #8DA2FE;
}
.TagClassName
{
border-color: #8DA2FE;
}
</style>