#8890DC

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

Shades of Portage #8890DC

Tints of Portage #8890DC

Color information

#8890DC (or 0x8890DC) is unknown color: approx Portage. HEX triplet: 88, 90 and DC. RGB value is (136,144,220). Sum of RGB (Red+Green+Blue) = 136+144+220=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #8890DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890DC is #776F23. Grayscale: #959595. Windows color (decimal): -7827236 or 14454920. OLE color: 14454920.

HSL color Cylindrical-coordinate representation of color #8890DC: hue angle of 234.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8890DC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136144220-
CMYK0.380.3500.14
HSL234.29º54.55%69.8%-
HSV(B)234.29º38.18%86.27%-
XYZ33.0430.3571.83-
YUV150.27167.35117.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 220 (86.33% from 255) = 44%
R=27.2%
G=28.8%
B=44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361442200.380.3500.14234.2954.5569.8
Hex8890DC26230Eea3746
Octal210220334464301635267106
Binary10001000100100001101110010011010001101110111010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8890DC; }

 p { color: rgb(136,144,220); }

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

<style>
 a { background-color: #8890DC; }

 a { background-color: rgb(136,144,220); }

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

<style>
 span { border-color: #8890DC; }

 span { border-color: rgb(136,144,220); }

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