#8987de

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

Shades of Portage #8987DE

Tints of Portage #8987DE

Color information

#8987DE (or 0x8987DE) is unknown color: approx Portage. HEX triplet: 89, 87 and DE. RGB value is (137,135,222). Sum of RGB (Red+Green+Blue) = 137+135+222=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #8987DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987DE is #767821. Grayscale: #919191. Windows color (decimal): -7764002 or 14583689. OLE color: 14583689.

HSL color Cylindrical-coordinate representation of color #8987DE: hue angle of 241.38º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8987DE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137135222-
CMYK0.380.3900.13
HSL241.38º56.86%70%-
HSV(B)241.38º39.19%87.06%-
XYZ32.1727.9272.8-
YUV145.52171.16121.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=27.73%
G=27.33%
B=44.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371352220.380.3900.13241.3856.8670
Hex8987DE26270Df13946
Octal211207336464701536171106
Binary10001001100001111101111010011010011101101111100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8987de; }

 p { color: rgb(137,135,222); }

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

<style>
 a { background-color: #8987de; }

 a { background-color: rgb(137,135,222); }

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

<style>
 span { border-color: #8987de; }

 span { border-color: rgb(137,135,222); }

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