#8DA4EA

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

Shades of Portage #8DA4EA

Tints of Portage #8DA4EA

Color information

#8DA4EA (or 0x8DA4EA) is unknown color: approx Portage. HEX triplet: 8D, A4 and EA. RGB value is (141,164,234). Sum of RGB (Red+Green+Blue) = 141+164+234=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA4EA is #725B15. Grayscale: #A4A4A4. Windows color (decimal): -7494422 or 15377549. OLE color: 15377549.

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

Color convert

RGB141164234-
CMYK0.400.3000.08
HSL225.16º68.89%73.53%-
HSV(B)225.16º39.74%91.76%-
XYZ39.1138.1583.15-
YUV165.1166.88110.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=26.16%
G=30.43%
B=43.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411642340.400.3000.08225.1668.8973.53
Hex8DA4EA281E08e1454a
Octal2152443525036010341105112
Binary10001101101001001110101010100011110010001110000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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