#8EA0CF

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

Shades of Portage #8EA0CF

Tints of Portage #8EA0CF

Color information

#8EA0CF (or 0x8EA0CF) is unknown color: approx Portage. HEX triplet: 8E, A0 and CF. RGB value is (142,160,207). Sum of RGB (Red+Green+Blue) = 142+160+207=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EA0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0CF is #715F30. Grayscale: #9F9F9F. Windows color (decimal): -7429937 or 13607054. OLE color: 13607054.

HSL color Cylindrical-coordinate representation of color #8EA0CF: hue angle of 223.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA0CF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142160207-
CMYK0.310.2300.19
HSL223.38º40.37%68.43%-
HSV(B)223.38º31.4%81.18%-
XYZ34.9935.464.02-
YUV159.98154.54115.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=27.90%
G=31.43%
B=40.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421602070.310.2300.19223.3840.3768.43
Hex8EA0CF1F17013df2844
Octal216240317372702333750104
Binary1000111010100000110011111111110111010011110111111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,207); }

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

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

 a { background-color: rgb(142,160,207); }

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

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

 span { border-color: rgb(142,160,207); }

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