#8891DB

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

Shades of Portage #8891DB

Tints of Portage #8891DB

Color information

#8891DB (or 0x8891DB) is unknown color: approx Portage. HEX triplet: 88, 91 and DB. RGB value is (136,145,219). Sum of RGB (Red+Green+Blue) = 136+145+219=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #8891DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891DB is #776E24. Grayscale: #969696. Windows color (decimal): -7826981 or 14389640. OLE color: 14389640.

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

Color convert

RGB136145219-
CMYK0.380.3400.14
HSL233.49º53.55%69.61%-
HSV(B)233.49º37.9%85.88%-
XYZ33.0630.671.18-
YUV150.74166.52117.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=27.2%
G=29%
B=43.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361452190.380.3400.14233.4953.5569.61
Hex8891DB26220Ee93646
Octal210221333464201635166106
Binary10001000100100011101101110011010001001110111010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8891DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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