#8DA1EC

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

Shades of Portage #8DA1EC

Tints of Portage #8DA1EC

Color information

#8DA1EC (or 0x8DA1EC) is unknown color: approx Portage. HEX triplet: 8D, A1 and EC. RGB value is (141,161,236). Sum of RGB (Red+Green+Blue) = 141+161+236=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA1EC is #725E13. Grayscale: #A3A3A3. Windows color (decimal): -7495188 or 15507853. OLE color: 15507853.

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

Color convert

RGB141161236-
CMYK0.400.3200.07
HSL227.37º71.43%73.92%-
HSV(B)227.37º40.25%92.55%-
XYZ38.8737.2184.49-
YUV163.57168.87111.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=26.21%
G=29.93%
B=43.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411612360.400.3200.07227.3771.4373.92
Hex8DA1EC282007e3474a
Octal215241354504007343107112
Binary10001101101000011110110010100010000001111110001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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