#8890DA

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

Shades of Portage #8890DA

Tints of Portage #8890DA

Color information

#8890DA (or 0x8890DA) is unknown color: approx Portage. HEX triplet: 88, 90 and DA. RGB value is (136,144,218). Sum of RGB (Red+Green+Blue) = 136+144+218=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #8890DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890DA is #776F25. Grayscale: #959595. Windows color (decimal): -7827238 or 14323848. OLE color: 14323848.

HSL color Cylindrical-coordinate representation of color #8890DA: hue angle of 234.15º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8890DA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136144218-
CMYK0.380.3400.15
HSL234.15º52.56%69.41%-
HSV(B)234.15º37.61%85.49%-
XYZ32.7830.2470.44-
YUV150.04166.35117.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=27.31%
G=28.92%
B=43.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361442180.380.3400.15234.1552.5669.41
Hex8890DA26220Fea3545
Octal210220332464201735265105
Binary10001000100100001101101010011010001001111111010101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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