#899AEC

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

Shades of Portage #899AEC

Tints of Portage #899AEC

Color information

#899AEC (or 0x899AEC) is unknown color: approx Portage. HEX triplet: 89, 9A and EC. RGB value is (137,154,236). Sum of RGB (Red+Green+Blue) = 137+154+236=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #899AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AEC is #766513. Grayscale: #9D9D9D. Windows color (decimal): -7759124 or 15506057. OLE color: 15506057.

HSL color Cylindrical-coordinate representation of color #899AEC: hue angle of 229.7º degrees, saturation: 0.72, 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 #899AEC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137154236-
CMYK0.420.3500.07
HSL229.7º72.26%73.14%-
HSV(B)229.7º41.95%92.55%-
XYZ37.0134.4984.06-
YUV158.26171.87112.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=26.00%
G=29.22%
B=44.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371542360.420.3500.07229.772.2673.14
Hex899AEC2A2307e64849
Octal211232354524307346110111
Binary10001001100110101110110010101010001101111110011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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