#8E95DC

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

Shades of Portage #8E95DC

Tints of Portage #8E95DC

Color information

#8E95DC (or 0x8E95DC) is unknown color: approx Portage. HEX triplet: 8E, 95 and DC. RGB value is (142,149,220). Sum of RGB (Red+Green+Blue) = 142+149+220=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E95DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95DC is #716A23. Grayscale: #9A9A9A. Windows color (decimal): -7432740 or 14456206. OLE color: 14456206.

HSL color Cylindrical-coordinate representation of color #8E95DC: hue angle of 234.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E95DC is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142149220-
CMYK0.350.3200.14
HSL234.62º52.7%70.98%-
HSV(B)234.62º35.45%86.27%-
XYZ34.8232.4172.13-
YUV155164.68118.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=27.79%
G=29.16%
B=43.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421492200.350.3200.14234.6252.770.98
Hex8E95DC23200Eeb3547
Octal216225334434001635365107
Binary10001110100101011101110010001110000001110111010111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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