#8E9BEE

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

Shades of Portage #8E9BEE

Tints of Portage #8E9BEE

Color information

#8E9BEE (or 0x8E9BEE) is unknown color: approx Portage. HEX triplet: 8E, 9B and EE. RGB value is (142,155,238). Sum of RGB (Red+Green+Blue) = 142+155+238=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E9BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9BEE is #716411. Grayscale: #A0A0A0. Windows color (decimal): -7431186 or 15637390. OLE color: 15637390.

HSL color Cylindrical-coordinate representation of color #8E9BEE: hue angle of 231.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9BEE is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142155238-
CMYK0.400.3500.07
HSL231.88º73.85%74.51%-
HSV(B)231.88º40.34%93.33%-
XYZ38.3135.3785.7-
YUV160.57171.69114.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=26.54%
G=28.97%
B=44.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421552380.400.3500.07231.8873.8574.51
Hex8E9BEE282307e84a4b
Octal216233356504307350112113
Binary10001110100110111110111010100010001101111110100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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