#8891DD

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

Shades of Portage #8891DD

Tints of Portage #8891DD

Color information

#8891DD (or 0x8891DD) is unknown color: approx Portage. HEX triplet: 88, 91 and DD. RGB value is (136,145,221). Sum of RGB (Red+Green+Blue) = 136+145+221=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8891DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891DD is #776E22. Grayscale: #969696. Windows color (decimal): -7826979 or 14520712. OLE color: 14520712.

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

Color convert

RGB136145221-
CMYK0.380.3400.13
HSL233.65º55.56%70%-
HSV(B)233.65º38.46%86.67%-
XYZ33.3330.7172.58-
YUV150.97167.52117.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=27.09%
G=28.88%
B=44.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361452210.380.3400.13233.6555.5670
Hex8891DD26220Dea3846
Octal210221335464201535270106
Binary10001000100100011101110110011010001001101111010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8891DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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