#8893C4

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

Shades of Portage #8893C4

Tints of Portage #8893C4

Color information

#8893C4 (or 0x8893C4) is unknown color: approx Portage. HEX triplet: 88, 93 and C4. RGB value is (136,147,196). Sum of RGB (Red+Green+Blue) = 136+147+196=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #8893C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893C4 is #776C3B. Grayscale: #959595. Windows color (decimal): -7826492 or 12882824. OLE color: 12882824.

HSL color Cylindrical-coordinate representation of color #8893C4: hue angle of 229º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8893C4 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136147196-
CMYK0.310.2500.23
HSL229º33.71%65.1%-
HSV(B)229º30.61%76.86%-
XYZ30.5530.0956.42-
YUV149.3154.36118.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=28.39%
G=30.69%
B=40.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361471960.310.2500.2322933.7165.1
Hex8893C41F19017e52241
Octal210223304373102734542101
Binary1000100010010011110001001111111001010111111001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8893C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8893C4; }

 p { color: rgb(136,147,196); }

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

<style>
 a { background-color: #8893C4; }

 a { background-color: rgb(136,147,196); }

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

<style>
 span { border-color: #8893C4; }

 span { border-color: rgb(136,147,196); }

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