#8E9CDB

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

Shades of Portage #8E9CDB

Tints of Portage #8E9CDB

Color information

#8E9CDB (or 0x8E9CDB) is unknown color: approx Portage. HEX triplet: 8E, 9C and DB. RGB value is (142,156,219). Sum of RGB (Red+Green+Blue) = 142+156+219=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CDB is #716324. Grayscale: #9E9E9E. Windows color (decimal): -7430949 or 14392462. OLE color: 14392462.

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

Color convert

RGB142156219-
CMYK0.350.2900.14
HSL229.09º51.68%70.78%-
HSV(B)229.09º35.16%85.88%-
XYZ35.8334.6471.82-
YUV159161.86115.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=27.47%
G=30.17%
B=42.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421562190.350.2900.14229.0951.6870.78
Hex8E9CDB231D0Ee53447
Octal216234333433501634564107
Binary1000111010011100110110111000111110101110111001011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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