#8E95DD

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

Shades of Portage #8E95DD

Tints of Portage #8E95DD

Color information

#8E95DD (or 0x8E95DD) is unknown color: approx Portage. HEX triplet: 8E, 95 and DD. RGB value is (142,149,221). Sum of RGB (Red+Green+Blue) = 142+149+221=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95DD is #716A22. Grayscale: #9A9A9A. Windows color (decimal): -7432739 or 14521742. OLE color: 14521742.

HSL color Cylindrical-coordinate representation of color #8E95DD: hue angle of 234.68º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E95DD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142149221-
CMYK0.360.3300.13
HSL234.68º53.74%71.18%-
HSV(B)234.68º35.75%86.67%-
XYZ34.9532.4772.83-
YUV155.12165.18118.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=27.73%
G=29.10%
B=43.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421492210.360.3300.13234.6853.7471.18
Hex8E95DD24210Deb3647
Octal216225335444101535366107
Binary10001110100101011101110110010010000101101111010111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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