#899EED

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

Shades of Portage #899EED

Tints of Portage #899EED

Color information

#899EED (or 0x899EED) is unknown color: approx Portage. HEX triplet: 89, 9E and ED. RGB value is (137,158,237). Sum of RGB (Red+Green+Blue) = 137+158+237=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #899EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EED is #766112. Grayscale: #A0A0A0. Windows color (decimal): -7758099 or 15572617. OLE color: 15572617.

HSL color Cylindrical-coordinate representation of color #899EED: hue angle of 227.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899EED is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137158237-
CMYK0.420.3300.07
HSL227.4º73.53%73.33%-
HSV(B)227.4º42.19%92.94%-
XYZ37.8335.8985.05-
YUV160.73171.04111.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.75%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=25.75%
G=29.70%
B=44.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371582370.420.3300.07227.473.5373.33
Hex899EED2A2107e34a49
Octal211236355524107343112111
Binary10001001100111101110110110101010000101111110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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