#8DA5EA

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

Shades of Portage #8DA5EA

Tints of Portage #8DA5EA

Color information

#8DA5EA (or 0x8DA5EA) is unknown color: approx Portage. HEX triplet: 8D, A5 and EA. RGB value is (141,165,234). Sum of RGB (Red+Green+Blue) = 141+165+234=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5EA is #725A15. Grayscale: #A5A5A5. Windows color (decimal): -7494166 or 15377805. OLE color: 15377805.

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

Color convert

RGB141165234-
CMYK0.400.2900.08
HSL224.52º68.89%73.53%-
HSV(B)224.52º39.74%91.76%-
XYZ39.2938.5183.2-
YUV165.69166.55110.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.11%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=26.11%
G=30.56%
B=43.33%

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
Decimal1411652340.400.2900.08224.5268.8973.53
Hex8DA5EA281D08e1454a
Octal2152453525035010341105112
Binary10001101101001011110101010100011101010001110000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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