#8CA5EC

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

Shades of Portage #8CA5EC

Tints of Portage #8CA5EC

Color information

#8CA5EC (or 0x8CA5EC) is unknown color: approx Portage. HEX triplet: 8C, A5 and EC. RGB value is (140,165,236). Sum of RGB (Red+Green+Blue) = 140+165+236=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA5EC is #735A13. Grayscale: #A5A5A5. Windows color (decimal): -7559700 or 15508876. OLE color: 15508876.

HSL color Cylindrical-coordinate representation of color #8CA5EC: hue angle of 224.38º degrees, saturation: 0.72, 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 #8CA5EC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140165236-
CMYK0.410.3000.07
HSL224.38º71.64%73.73%-
HSV(B)224.38º40.68%92.55%-
XYZ39.4138.5484.72-
YUV165.62167.72109.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.88%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=25.88%
G=30.50%
B=43.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401652360.410.3000.07224.3871.6473.73
Hex8CA5EC291E07e0484a
Octal214245354513607340110112
Binary1000110010100101111011001010011111001111110000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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