#8DA5EC

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

Shades of Portage #8DA5EC

Tints of Portage #8DA5EC

Color information

#8DA5EC (or 0x8DA5EC) is unknown color: approx Portage. HEX triplet: 8D, A5 and EC. RGB value is (141,165,236). Sum of RGB (Red+Green+Blue) = 141+165+236=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA5EC is #725A13. Grayscale: #A5A5A5. Windows color (decimal): -7494164 or 15508877. OLE color: 15508877.

HSL color Cylindrical-coordinate representation of color #8DA5EC: hue angle of 224.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA5EC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141165236-
CMYK0.400.3000.07
HSL224.84º71.43%73.92%-
HSV(B)224.84º40.25%92.55%-
XYZ39.5838.6384.73-
YUV165.92167.55110.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.01%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=26.01%
G=30.44%
B=43.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411652360.400.3000.07224.8471.4373.92
Hex8DA5EC281E07e1474a
Octal215245354503607341107112
Binary1000110110100101111011001010001111001111110000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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