#8E9BD4

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

Shades of Portage #8E9BD4

Tints of Portage #8E9BD4

Color information

#8E9BD4 (or 0x8E9BD4) is unknown color: approx Portage. HEX triplet: 8E, 9B and D4. RGB value is (142,155,212). Sum of RGB (Red+Green+Blue) = 142+155+212=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E9BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BD4 is #71642B. Grayscale: #9D9D9D. Windows color (decimal): -7431212 or 13933454. OLE color: 13933454.

HSL color Cylindrical-coordinate representation of color #8E9BD4: hue angle of 228.86º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E9BD4 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142155212-
CMYK0.330.2700.17
HSL228.86º44.87%69.41%-
HSV(B)228.86º33.02%83.14%-
XYZ34.7633.9567.01-
YUV157.61158.69116.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=27.90%
G=30.45%
B=41.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421552120.330.2700.17228.8644.8769.41
Hex8E9BD4211B011e52d45
Octal216233324413302134555105
Binary10001110100110111101010010000111011010001111001011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,212); }

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

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

 a { background-color: rgb(142,155,212); }

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

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

 span { border-color: rgb(142,155,212); }

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