#8D8EEE

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

Shades of Portage #8D8EEE

Tints of Portage #8D8EEE

Color information

#8D8EEE (or 0x8D8EEE) is unknown color: approx Portage. HEX triplet: 8D, 8E and EE. RGB value is (141,142,238). Sum of RGB (Red+Green+Blue) = 141+142+238=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D8EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8EEE is #727111. Grayscale: #989898. Windows color (decimal): -7500050 or 15634061. OLE color: 15634061.

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

Color convert

RGB141142238-
CMYK0.410.4000.07
HSL239.38º74.05%74.31%-
HSV(B)239.38º40.76%93.33%-
XYZ36.0931.1885.01-
YUV152.65176.17119.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=27.06%
G=27.26%
B=45.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411422380.410.4000.07239.3874.0574.31
Hex8D8EEE292807ef4a4a
Octal215216356515007357112112
Binary10001101100011101110111010100110100001111110111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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