#899DD2

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

Shades of Portage #899DD2

Tints of Portage #899DD2

Color information

#899DD2 (or 0x899DD2) is unknown color: approx Portage. HEX triplet: 89, 9D and D2. RGB value is (137,157,210). Sum of RGB (Red+Green+Blue) = 137+157+210=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #899DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DD2 is #76622D. Grayscale: #9C9C9C. Windows color (decimal): -7758382 or 13802889. OLE color: 13802889.

HSL color Cylindrical-coordinate representation of color #899DD2: hue angle of 223.56º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899DD2 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137157210-
CMYK0.350.2500.18
HSL223.56º44.79%68.04%-
HSV(B)223.56º34.76%82.35%-
XYZ34.0134.0965.76-
YUV157.06157.87113.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 210 (82.42% from 255) = 41.67%
R=27.18%
G=31.15%
B=41.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371572100.350.2500.18223.5644.7968.04
Hex899DD22319012e02d44
Octal211235322433102234055104
Binary10001001100111011101001010001111001010010111000001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,157,210); }

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

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

 a { background-color: rgb(137,157,210); }

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

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

 span { border-color: rgb(137,157,210); }

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