#899ae8

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

Shades of Portage #899AE8

Tints of Portage #899AE8

Color information

#899AE8 (or 0x899AE8) is unknown color: approx Portage. HEX triplet: 89, 9A and E8. RGB value is (137,154,232). Sum of RGB (Red+Green+Blue) = 137+154+232=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #899AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AE8 is #766517. Grayscale: #9D9D9D. Windows color (decimal): -7759128 or 15243913. OLE color: 15243913.

HSL color Cylindrical-coordinate representation of color #899AE8: hue angle of 229.26º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899AE8 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB137154232-
CMYK0.410.3400.09
HSL229.26º67.38%72.35%-
HSV(B)229.26º40.95%90.98%-
XYZ36.4434.2681.04-
YUV157.81169.87113.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 232 (91.02% from 255) = 44.36%
R=26.20%
G=29.45%
B=44.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1371542320.410.3400.09229.2667.3872.35
Hex899AE8292209e54348
Octal2112323505142011345103110
Binary100010011001101011101000101001100010010011110010110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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