#899EDB

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

Shades of Portage #899EDB

Tints of Portage #899EDB

Color information

#899EDB (or 0x899EDB) is unknown color: approx Portage. HEX triplet: 89, 9E and DB. RGB value is (137,158,219). Sum of RGB (Red+Green+Blue) = 137+158+219=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #899EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EDB is #766124. Grayscale: #9E9E9E. Windows color (decimal): -7758117 or 14392969. OLE color: 14392969.

HSL color Cylindrical-coordinate representation of color #899EDB: hue angle of 224.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #899EDB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137158219-
CMYK0.370.2800.14
HSL224.63º53.25%69.8%-
HSV(B)224.63º37.44%85.88%-
XYZ35.3334.8971.89-
YUV158.68162.04112.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=26.65%
G=30.74%
B=42.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371582190.370.2800.14224.6353.2569.8
Hex899EDB251C0Ee13546
Octal211236333453401634165106
Binary1000100110011110110110111001011110001110111000011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,158,219); }

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

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

 a { background-color: rgb(137,158,219); }

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

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

 span { border-color: rgb(137,158,219); }

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