#899EDE

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

Shades of Portage #899EDE

Tints of Portage #899EDE

Color information

#899EDE (or 0x899EDE) is unknown color: approx Portage. HEX triplet: 89, 9E and DE. RGB value is (137,158,222). Sum of RGB (Red+Green+Blue) = 137+158+222=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #899EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EDE is #766121. Grayscale: #9E9E9E. Windows color (decimal): -7758114 or 14589577. OLE color: 14589577.

HSL color Cylindrical-coordinate representation of color #899EDE: hue angle of 225.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899EDE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137158222-
CMYK0.380.2900.13
HSL225.18º56.29%70.39%-
HSV(B)225.18º38.29%87.06%-
XYZ35.7335.0573.99-
YUV159.02163.54112.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.50%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=26.50%
G=30.56%
B=42.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371582220.380.2900.13225.1856.2970.39
Hex899EDE261D0De13846
Octal211236336463501534170106
Binary1000100110011110110111101001101110101101111000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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