#899CDC

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

Shades of Portage #899CDC

Tints of Portage #899CDC

Color information

#899CDC (or 0x899CDC) is unknown color: approx Portage. HEX triplet: 89, 9C and DC. RGB value is (137,156,220). Sum of RGB (Red+Green+Blue) = 137+156+220=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #899CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CDC is #766323. Grayscale: #9D9D9D. Windows color (decimal): -7758628 or 14457993. OLE color: 14457993.

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

Color convert

RGB137156220-
CMYK0.380.2900.14
HSL226.27º54.25%70%-
HSV(B)226.27º37.73%86.27%-
XYZ35.1234.2672.47-
YUV157.62163.21113.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.71%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=26.71%
G=30.41%
B=42.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371562200.380.2900.14226.2754.2570
Hex899CDC261D0Ee23646
Octal211234334463501634266106
Binary1000100110011100110111001001101110101110111000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,156,220); }

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

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

 a { background-color: rgb(137,156,220); }

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

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

 span { border-color: rgb(137,156,220); }

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