#899AE4

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

Shades of Portage #899AE4

Tints of Portage #899AE4

Color information

#899AE4 (or 0x899AE4) is unknown color: approx Portage. HEX triplet: 89, 9A and E4. RGB value is (137,154,228). Sum of RGB (Red+Green+Blue) = 137+154+228=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #899AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AE4 is #76651B. Grayscale: #9D9D9D. Windows color (decimal): -7759132 or 14981769. OLE color: 14981769.

HSL color Cylindrical-coordinate representation of color #899AE4: hue angle of 228.79º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899AE4 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137154228-
CMYK0.400.3200.11
HSL228.79º62.76%71.57%-
HSV(B)228.79º39.91%89.41%-
XYZ35.8834.0378.08-
YUV157.35167.87113.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 228 (89.45% from 255) = 43.93%
R=26.40%
G=29.67%
B=43.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371542280.400.3200.11228.7962.7671.57
Hex899AE428200Be53f48
Octal211232344504001334577110
Binary10001001100110101110010010100010000001011111001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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