#899AEA

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

Shades of Portage #899AEA

Tints of Portage #899AEA

Color information

#899AEA (or 0x899AEA) is unknown color: approx Portage. HEX triplet: 89, 9A and EA. RGB value is (137,154,234). Sum of RGB (Red+Green+Blue) = 137+154+234=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #899AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AEA is #766515. Grayscale: #9D9D9D. Windows color (decimal): -7759126 or 15374985. OLE color: 15374985.

HSL color Cylindrical-coordinate representation of color #899AEA: hue angle of 229.48º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899AEA is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137154234-
CMYK0.410.3400.08
HSL229.48º69.78%72.75%-
HSV(B)229.48º41.45%91.76%-
XYZ36.7234.3782.54-
YUV158.04170.87113-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.10%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=26.10%
G=29.33%
B=44.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371542340.410.3400.08229.4869.7872.75
Hex899AEA292208e54649
Octal2112323525142010345106111
Binary100010011001101011101010101001100010010001110010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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