#8891D9

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

Shades of Portage #8891D9

Tints of Portage #8891D9

Color information

#8891D9 (or 0x8891D9) is unknown color: approx Portage. HEX triplet: 88, 91 and D9. RGB value is (136,145,217). Sum of RGB (Red+Green+Blue) = 136+145+217=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #8891D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891D9 is #776E26. Grayscale: #969696. Windows color (decimal): -7826983 or 14258568. OLE color: 14258568.

HSL color Cylindrical-coordinate representation of color #8891D9: hue angle of 233.33º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8891D9 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136145217-
CMYK0.370.3300.15
HSL233.33º51.59%69.22%-
HSV(B)233.33º37.33%85.1%-
XYZ32.830.4969.8-
YUV150.52165.52117.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=27.31%
G=29.12%
B=43.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361452170.370.3300.15233.3351.5969.22
Hex8891D925210Fe93445
Octal210221331454101735164105
Binary10001000100100011101100110010110000101111111010011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8891D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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