#8893E1

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

Shades of Portage #8893E1

Tints of Portage #8893E1

Color information

#8893E1 (or 0x8893E1) is unknown color: approx Portage. HEX triplet: 88, 93 and E1. RGB value is (136,147,225). Sum of RGB (Red+Green+Blue) = 136+147+225=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #8893E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893E1 is #776C1E. Grayscale: #989898. Windows color (decimal): -7826463 or 14783368. OLE color: 14783368.

HSL color Cylindrical-coordinate representation of color #8893E1: hue angle of 232.58º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8893E1 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136147225-
CMYK0.400.3500.12
HSL232.58º59.73%70.78%-
HSV(B)232.58º39.56%88.24%-
XYZ34.1831.5475.52-
YUV152.6168.86116.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 225 (88.28% from 255) = 44.29%
R=26.77%
G=28.94%
B=44.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361472250.400.3500.12232.5859.7370.78
Hex8893E128230Ce93c47
Octal210223341504301435174107
Binary10001000100100111110000110100010001101100111010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8893E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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