#8DA6EA

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

Shades of Portage #8DA6EA

Tints of Portage #8DA6EA

Color information

#8DA6EA (or 0x8DA6EA) is unknown color: approx Portage. HEX triplet: 8D, A6 and EA. RGB value is (141,166,234). Sum of RGB (Red+Green+Blue) = 141+166+234=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6EA is #725915. Grayscale: #A5A5A5. Windows color (decimal): -7493910 or 15378061. OLE color: 15378061.

HSL color Cylindrical-coordinate representation of color #8DA6EA: hue angle of 223.87º 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 #8DA6EA is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141166234-
CMYK0.400.2900.08
HSL223.87º68.89%73.53%-
HSV(B)223.87º39.74%91.76%-
XYZ39.4738.8883.27-
YUV166.28166.22109.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=26.06%
G=30.68%
B=43.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411662340.400.2900.08223.8768.8973.53
Hex8DA6EA281D08e0454a
Octal2152463525035010340105112
Binary10001101101001101110101010100011101010001110000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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