Shades of Portage #8DA8ED
Tints of Portage #8DA8ED
RGB
CMYK
RGB Variations
Color information
#8DA8ED (or 0x8DA8ED) is known color: Portage. HEX triplet: 8D, A8 and ED. RGB value is (141,168,237). Sum of RGB (Red+Green+Blue) = 141+168+237=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8ED is #725712. Grayscale: #A7A7A7. Windows color (decimal): -7493395 or 15575181. OLE color: 15575181.
HSL color Cylindrical-coordinate representation of color #8DA8ED: hue angle of 223.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DA8ED is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 168 | 237 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.07 |
| HSL | 223.13º | 0.73% | 0.74% | - |
| HSV(B) | 223.13º | 0.41% | 0.93% | - |
| XYZ | 40.27 | 39.78 | 85.68 | - |
| YUV | 167.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 237 | 0.41 | 0.29 | 0 | 0.07 | 223.13 | 0.73 | 0.74 |
| Hex | 8D | A8 | ED | 29 | 1D | 0 | 7 | DF | 49 | 4A |
| Octal | 215 | 250 | 355 | 51 | 35 | 0 | 7 | 337 | 111 | 112 |
| Binary | 10001101 | 10101000 | 11101101 | 101001 | 11101 | 0 | 111 | 11011111 | 1001001 | 1001010 |
Color Harmonies of #8DA8ED
Complementary color
Monochromatic Colors of #8DA8ED
Black with #8DA8ED
Text Example
Text Example
White with #8DA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8ED; }
p { color: rgb(141,168,237); }
H1.HeaderClassName
{
color: #8DA8ED;
}
.AnyTagClassName
{
color: #8DA8ED;
}
</style>
background-color css
<style>
a { background-color: #8DA8ED; }
a { background-color: rgb(141,168,237); }
div.DivClassName
{
background-color: #8DA8ED;
}
.BgClassName
{
background-color: #8DA8ED;
}
</style>
border-color css
<style>
span { border-color: #8DA8ED; }
span { border-color: rgb(141,168,237); }
td.TdClassName
{
border-color: #8DA8ED;
}
.TagClassName
{
border-color: #8DA8ED;
}
</style>