#899be8

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

Shades of Portage #899BE8

Tints of Portage #899BE8

Color information

#899BE8 (or 0x899BE8) is unknown color: approx Portage. HEX triplet: 89, 9B and E8. RGB value is (137,155,232). Sum of RGB (Red+Green+Blue) = 137+155+232=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #899BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BE8 is #766417. Grayscale: #9E9E9E. Windows color (decimal): -7758872 or 15244169. OLE color: 15244169.

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

Color convert

RGB137155232-
CMYK0.410.3300.09
HSL228.63º67.38%72.35%-
HSV(B)228.63º40.95%90.98%-
XYZ36.634.5981.09-
YUV158.4169.54112.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.15%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 232 (91.02% from 255) = 44.27%
R=26.15%
G=29.58%
B=44.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1371552320.410.3300.09228.6367.3872.35
Hex899BE8292109e54348
Octal2112333505141011345103110
Binary100010011001101111101000101001100001010011110010110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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