#8D96ED

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

Shades of Portage #8D96ED

Tints of Portage #8D96ED

Color information

#8D96ED (or 0x8D96ED) is unknown color: approx Portage. HEX triplet: 8D, 96 and ED. RGB value is (141,150,237). Sum of RGB (Red+Green+Blue) = 141+150+237=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D96ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D96ED is #726912. Grayscale: #9C9C9C. Windows color (decimal): -7498003 or 15570573. OLE color: 15570573.

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

Color convert

RGB141150237-
CMYK0.410.3700.07
HSL234.38º72.73%74.12%-
HSV(B)234.38º40.51%92.94%-
XYZ37.1833.5984.64-
YUV157.23173.02116.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=26.70%
G=28.41%
B=44.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411502370.410.3700.07234.3872.7374.12
Hex8D96ED292507ea494a
Octal215226355514507352111112
Binary10001101100101101110110110100110010101111110101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,237); }

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

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

 a { background-color: rgb(141,150,237); }

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

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

 span { border-color: rgb(141,150,237); }

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