#899AE1

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

Shades of Portage #899AE1

Tints of Portage #899AE1

Color information

#899AE1 (or 0x899AE1) is unknown color: approx Portage. HEX triplet: 89, 9A and E1. RGB value is (137,154,225). Sum of RGB (Red+Green+Blue) = 137+154+225=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #899AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AE1 is #76651E. Grayscale: #9C9C9C. Windows color (decimal): -7759135 or 14785161. OLE color: 14785161.

HSL color Cylindrical-coordinate representation of color #899AE1: hue angle of 228.41º 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 #899AE1 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137154225-
CMYK0.390.3200.12
HSL228.41º59.46%70.98%-
HSV(B)228.41º39.11%88.24%-
XYZ35.4633.8775.9-
YUV157.01166.37113.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.55%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 225 (88.28% from 255) = 43.60%
R=26.55%
G=29.84%
B=43.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1371542250.390.3200.12228.4159.4670.98
Hex899AE127200Ce43b47
Octal211232341474001434473107
Binary10001001100110101110000110011110000001100111001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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