#8E90DB

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

Shades of Portage #8E90DB

Tints of Portage #8E90DB

Color information

#8E90DB (or 0x8E90DB) is unknown color: approx Portage. HEX triplet: 8E, 90 and DB. RGB value is (142,144,219). Sum of RGB (Red+Green+Blue) = 142+144+219=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90DB is #716F24. Grayscale: #979797. Windows color (decimal): -7434021 or 14389390. OLE color: 14389390.

HSL color Cylindrical-coordinate representation of color #8E90DB: hue angle of 238.44º degrees, saturation: 0.52, 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 #8E90DB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142144219-
CMYK0.350.3400.14
HSL238.44º51.68%70.78%-
HSV(B)238.44º35.16%85.88%-
XYZ33.9130.8171.18-
YUV151.95165.84120.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.12%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=28.12%
G=28.51%
B=43.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421442190.350.3400.14238.4451.6870.78
Hex8E90DB23220Eee3447
Octal216220333434201635664107
Binary10001110100100001101101110001110001001110111011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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