#899bea

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

Shades of Portage #899BEA

Tints of Portage #899BEA

Color information

#899BEA (or 0x899BEA) is unknown color: approx Portage. HEX triplet: 89, 9B and EA. RGB value is (137,155,234). Sum of RGB (Red+Green+Blue) = 137+155+234=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #899BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BEA is #766415. Grayscale: #9E9E9E. Windows color (decimal): -7758870 or 15375241. OLE color: 15375241.

HSL color Cylindrical-coordinate representation of color #899BEA: hue angle of 228.87º 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 #899BEA is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137155234-
CMYK0.410.3400.08
HSL228.87º69.78%72.75%-
HSV(B)228.87º41.45%91.76%-
XYZ36.8934.782.6-
YUV158.62170.54112.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=26.05%
G=29.47%
B=44.49%

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
Decimal1371552340.410.3400.08228.8769.7872.75
Hex899BEA292208e54649
Octal2112333525142010345106111
Binary100010011001101111101010101001100010010001110010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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