#899BD4

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

Shades of Portage #899BD4

Tints of Portage #899BD4

Color information

#899BD4 (or 0x899BD4) is unknown color: approx Portage. HEX triplet: 89, 9B and D4. RGB value is (137,155,212). Sum of RGB (Red+Green+Blue) = 137+155+212=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #899BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BD4 is #76642B. Grayscale: #9B9B9B. Windows color (decimal): -7758892 or 13933449. OLE color: 13933449.

HSL color Cylindrical-coordinate representation of color #899BD4: hue angle of 225.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899BD4 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB137155212-
CMYK0.350.2700.17
HSL225.6º46.58%68.43%-
HSV(B)225.6º35.38%83.14%-
XYZ33.9233.5166.97-
YUV156.12159.54114.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=27.18%
G=30.75%
B=42.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1371552120.350.2700.17225.646.5868.43
Hex899BD4231B011e22f44
Octal211233324433302134257104
Binary10001001100110111101010010001111011010001111000101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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