#8891DA

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

Shades of Portage #8891DA

Tints of Portage #8891DA

Color information

#8891DA (or 0x8891DA) is unknown color: approx Portage. HEX triplet: 88, 91 and DA. RGB value is (136,145,218). Sum of RGB (Red+Green+Blue) = 136+145+218=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #8891DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891DA is #776E25. Grayscale: #969696. Windows color (decimal): -7826982 or 14324104. OLE color: 14324104.

HSL color Cylindrical-coordinate representation of color #8891DA: hue angle of 233.41º 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 #8891DA is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136145218-
CMYK0.380.3300.15
HSL233.41º52.56%69.41%-
HSV(B)233.41º37.61%85.49%-
XYZ32.9330.5570.49-
YUV150.63166.02117.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=27.25%
G=29.06%
B=43.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361452180.380.3300.15233.4152.5669.41
Hex8891DA26210Fe93545
Octal210221332464101735165105
Binary10001000100100011101101010011010000101111111010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8891DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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