#8E9BDE

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

Shades of Portage #8E9BDE

Tints of Portage #8E9BDE

Color information

#8E9BDE (or 0x8E9BDE) is unknown color: approx Portage. HEX triplet: 8E, 9B and DE. RGB value is (142,155,222). Sum of RGB (Red+Green+Blue) = 142+155+222=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BDE is #716421. Grayscale: #9E9E9E. Windows color (decimal): -7431202 or 14588814. OLE color: 14588814.

HSL color Cylindrical-coordinate representation of color #8E9BDE: hue angle of 230.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E9BDE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142155222-
CMYK0.360.3000.13
HSL230.25º54.79%71.37%-
HSV(B)230.25º36.04%87.06%-
XYZ36.0634.4773.86-
YUV158.75163.69116.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=27.36%
G=29.87%
B=42.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421552220.360.3000.13230.2554.7971.37
Hex8E9BDE241E0De63747
Octal216233336443601534667107
Binary1000111010011011110111101001001111001101111001101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,222); }

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

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

 a { background-color: rgb(142,155,222); }

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

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

 span { border-color: rgb(142,155,222); }

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