#8D8FEE

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

Shades of Portage #8D8FEE

Tints of Portage #8D8FEE

Color information

#8D8FEE (or 0x8D8FEE) is unknown color: approx Portage. HEX triplet: 8D, 8F and EE. RGB value is (141,143,238). Sum of RGB (Red+Green+Blue) = 141+143+238=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8FEE is #727011. Grayscale: #989898. Windows color (decimal): -7499794 or 15634317. OLE color: 15634317.

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

Color convert

RGB141143238-
CMYK0.410.4000.07
HSL238.76º74.05%74.31%-
HSV(B)238.76º40.76%93.33%-
XYZ36.2431.4885.06-
YUV153.23175.84119.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.01%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=27.01%
G=27.39%
B=45.59%

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
Decimal1411432380.410.4000.07238.7674.0574.31
Hex8D8FEE292807ef4a4a
Octal215217356515007357112112
Binary10001101100011111110111010100110100001111110111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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