#8DA1EA

Color #8DA1EA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8DA1EA

Tints of Portage #8DA1EA

Color information

#8DA1EA (or 0x8DA1EA) is unknown color: approx Portage. HEX triplet: 8D, A1 and EA. RGB value is (141,161,234). Sum of RGB (Red+Green+Blue) = 141+161+234=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA1EA is #725E15. Grayscale: #A3A3A3. Windows color (decimal): -7495190 or 15376781. OLE color: 15376781.

HSL color Cylindrical-coordinate representation of color #8DA1EA: hue angle of 227.1º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA1EA is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141161234-
CMYK0.400.3100.08
HSL227.1º68.89%73.53%-
HSV(B)227.1º39.74%91.76%-
XYZ38.5837.0982.97-
YUV163.34167.87112.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=26.31%
G=30.04%
B=43.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411612340.400.3100.08227.168.8973.53
Hex8DA1EA281F08e3454a
Octal2152413525037010343105112
Binary10001101101000011110101010100011111010001110001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA1EA; }

 p { color: rgb(141,161,234); }

 H1.HeaderClassName
 {
   color: #8DA1EA;
 }
 .AnyTagClassName
 {
   color: #8DA1EA;
 }
</style>
background-color css

<style>
 a { background-color: #8DA1EA; }

 a { background-color: rgb(141,161,234); }

 div.DivClassName
 {
   background-color: #8DA1EA;
 }
 .BgClassName
 {
   background-color: #8DA1EA;
 }
</style>
border-color css

<style>
 span { border-color: #8DA1EA; }

 span { border-color: rgb(141,161,234); }

 td.TdClassName
 {
   border-color: #8DA1EA;
 }
 .TagClassName
 {
   border-color: #8DA1EA;
 }
</style>