#8990DE

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

Shades of Portage #8990DE

Tints of Portage #8990DE

Color information

#8990DE (or 0x8990DE) is unknown color: approx Portage. HEX triplet: 89, 90 and DE. RGB value is (137,144,222). Sum of RGB (Red+Green+Blue) = 137+144+222=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #8990DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990DE is #766F21. Grayscale: #969696. Windows color (decimal): -7761698 or 14585993. OLE color: 14585993.

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

Color convert

RGB137144222-
CMYK0.380.3500.13
HSL235.06º56.29%70.39%-
HSV(B)235.06º38.29%87.06%-
XYZ33.4730.5473.24-
YUV150.8168.18118.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=27.24%
G=28.63%
B=44.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371442220.380.3500.13235.0656.2970.39
Hex8990DE26230Deb3846
Octal211220336464301535370106
Binary10001001100100001101111010011010001101101111010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8990DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8990DE; }

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

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

<style>
 a { background-color: #8990DE; }

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

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

<style>
 span { border-color: #8990DE; }

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

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