#8E90DC

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

Shades of Portage #8E90DC

Tints of Portage #8E90DC

Color information

#8E90DC (or 0x8E90DC) is unknown color: approx Portage. HEX triplet: 8E, 90 and DC. RGB value is (142,144,220). Sum of RGB (Red+Green+Blue) = 142+144+220=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90DC is #716F23. Grayscale: #979797. Windows color (decimal): -7434020 or 14454926. OLE color: 14454926.

HSL color Cylindrical-coordinate representation of color #8E90DC: hue angle of 238.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E90DC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142144220-
CMYK0.350.3500.14
HSL238.46º52.7%70.98%-
HSV(B)238.46º35.45%86.27%-
XYZ34.0530.8671.87-
YUV152.07166.34120.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 144 (56.64% from 255) = 28.46%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=28.06%
G=28.46%
B=43.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421442200.350.3500.14238.4652.770.98
Hex8E90DC23230Eee3547
Octal216220334434301635665107
Binary10001110100100001101110010001110001101110111011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,220); }

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

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

 a { background-color: rgb(142,144,220); }

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

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

 span { border-color: rgb(142,144,220); }

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