#8E97DB

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

Shades of Portage #8E97DB

Tints of Portage #8E97DB

Color information

#8E97DB (or 0x8E97DB) is unknown color: approx Portage. HEX triplet: 8E, 97 and DB. RGB value is (142,151,219). Sum of RGB (Red+Green+Blue) = 142+151+219=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E97DB is #716824. Grayscale: #9B9B9B. Windows color (decimal): -7432229 or 14391182. OLE color: 14391182.

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

Color convert

RGB142151219-
CMYK0.350.3100.14
HSL232.99º51.68%70.78%-
HSV(B)232.99º35.16%85.88%-
XYZ35.013371.54-
YUV156.06163.52117.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=27.73%
G=29.49%
B=42.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421512190.350.3100.14232.9951.6870.78
Hex8E97DB231F0Ee93447
Octal216227333433701635164107
Binary1000111010010111110110111000111111101110111010011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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