#8E95EE

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

Shades of Portage #8E95EE

Tints of Portage #8E95EE

Color information

#8E95EE (or 0x8E95EE) is unknown color: approx Portage. HEX triplet: 8E, 95 and EE. RGB value is (142,149,238). Sum of RGB (Red+Green+Blue) = 142+149+238=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E95EE is #716A11. Grayscale: #9C9C9C. Windows color (decimal): -7432722 or 15635854. OLE color: 15635854.

HSL color Cylindrical-coordinate representation of color #8E95EE: hue angle of 235.62º 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 #8E95EE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142149238-
CMYK0.400.3700.07
HSL235.62º73.85%74.51%-
HSV(B)235.62º40.34%93.33%-
XYZ37.3433.4285.37-
YUV157.05173.68117.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=26.84%
G=28.17%
B=44.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421492380.400.3700.07235.6273.8574.51
Hex8E95EE282507ec4a4b
Octal216225356504507354112113
Binary10001110100101011110111010100010010101111110110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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