#8891DE

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

Shades of Portage #8891DE

Tints of Portage #8891DE

Color information

#8891DE (or 0x8891DE) is unknown color: approx Portage. HEX triplet: 88, 91 and DE. RGB value is (136,145,222). Sum of RGB (Red+Green+Blue) = 136+145+222=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #8891DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891DE is #776E21. Grayscale: #969696. Windows color (decimal): -7826978 or 14586248. OLE color: 14586248.

HSL color Cylindrical-coordinate representation of color #8891DE: hue angle of 233.72º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8891DE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136145222-
CMYK0.390.3500.13
HSL233.72º56.58%70.2%-
HSV(B)233.72º38.74%87.06%-
XYZ33.4630.7673.28-
YUV151.09168.02117.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=27.04%
G=28.83%
B=44.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361452220.390.3500.13233.7256.5870.2
Hex8891DE27230Dea3946
Octal210221336474301535271106
Binary10001000100100011101111010011110001101101111010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8891DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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