#899CE1

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

Shades of Portage #899CE1

Tints of Portage #899CE1

Color information

#899CE1 (or 0x899CE1) is unknown color: approx Portage. HEX triplet: 89, 9C and E1. RGB value is (137,156,225). Sum of RGB (Red+Green+Blue) = 137+156+225=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #899CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CE1 is #76631E. Grayscale: #9D9D9D. Windows color (decimal): -7758623 or 14785673. OLE color: 14785673.

HSL color Cylindrical-coordinate representation of color #899CE1: hue angle of 227.05º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899CE1 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137156225-
CMYK0.390.3100.12
HSL227.05º59.46%70.98%-
HSV(B)227.05º39.11%88.24%-
XYZ35.834.5376.01-
YUV158.18165.71112.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=26.45%
G=30.12%
B=43.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1371562250.390.3100.12227.0559.4670.98
Hex899CE1271F0Ce33b47
Octal211234341473701434373107
Binary1000100110011100111000011001111111101100111000111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899CE1; }

 p { color: rgb(137,156,225); }

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

<style>
 a { background-color: #899CE1; }

 a { background-color: rgb(137,156,225); }

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

<style>
 span { border-color: #899CE1; }

 span { border-color: rgb(137,156,225); }

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