#889FE1

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

Shades of Portage #889FE1

Tints of Portage #889FE1

Color information

#889FE1 (or 0x889FE1) is unknown color: approx Portage. HEX triplet: 88, 9F and E1. RGB value is (136,159,225). Sum of RGB (Red+Green+Blue) = 136+159+225=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #889FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FE1 is #77601E. Grayscale: #9F9F9F. Windows color (decimal): -7823391 or 14786440. OLE color: 14786440.

HSL color Cylindrical-coordinate representation of color #889FE1: hue angle of 224.49º 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 #889FE1 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136159225-
CMYK0.400.2900.12
HSL224.49º59.73%70.78%-
HSV(B)224.49º39.56%88.24%-
XYZ36.1435.4776.18-
YUV159.65164.88111.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.15%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 225 (88.28% from 255) = 43.27%
R=26.15%
G=30.58%
B=43.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361592250.400.2900.12224.4959.7370.78
Hex889FE1281D0Ce03c47
Octal210237341503501434074107
Binary1000100010011111111000011010001110101100111000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889FE1; }

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

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

<style>
 a { background-color: #889FE1; }

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

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

<style>
 span { border-color: #889FE1; }

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

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