#899ED5

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

Shades of Portage #899ED5

Tints of Portage #899ED5

Color information

#899ED5 (or 0x899ED5) is unknown color: approx Portage. HEX triplet: 89, 9E and D5. RGB value is (137,158,213). Sum of RGB (Red+Green+Blue) = 137+158+213=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #899ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ED5 is #76612A. Grayscale: #9D9D9D. Windows color (decimal): -7758123 or 13999753. OLE color: 13999753.

HSL color Cylindrical-coordinate representation of color #899ED5: hue angle of 223.42º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #899ED5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137158213-
CMYK0.360.2600.16
HSL223.42º47.5%68.63%-
HSV(B)223.42º35.68%83.53%-
XYZ34.5534.5867.8-
YUV157.99159.04113.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 213 (83.59% from 255) = 41.93%
R=26.97%
G=31.10%
B=41.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371582130.360.2600.16223.4247.568.63
Hex899ED5241A010df2f45
Octal211236325443202033757105
Binary10001001100111101101010110010011010010000110111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,158,213); }

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

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

 a { background-color: rgb(137,158,213); }

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

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

 span { border-color: rgb(137,158,213); }

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