#8DA0EA

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

Shades of Portage #8DA0EA

Tints of Portage #8DA0EA

Color information

#8DA0EA (or 0x8DA0EA) is unknown color: approx Portage. HEX triplet: 8D, A0 and EA. RGB value is (141,160,234). Sum of RGB (Red+Green+Blue) = 141+160+234=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA0EA is #725F15. Grayscale: #A2A2A2. Windows color (decimal): -7495446 or 15376525. OLE color: 15376525.

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

Color convert

RGB141160234-
CMYK0.400.3200.08
HSL227.74º68.89%73.53%-
HSV(B)227.74º39.74%91.76%-
XYZ38.4136.7482.91-
YUV162.76168.21112.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=26.36%
G=29.91%
B=43.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411602340.400.3200.08227.7468.8973.53
Hex8DA0EA282008e4454a
Octal2152403525040010344105112
Binary100011011010000011101010101000100000010001110010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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