#89A4DC

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

Shades of Portage #89A4DC

Tints of Portage #89A4DC

Color information

#89A4DC (or 0x89A4DC) is unknown color: approx Portage. HEX triplet: 89, A4 and DC. RGB value is (137,164,220). Sum of RGB (Red+Green+Blue) = 137+164+220=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #89A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4DC is #765B23. Grayscale: #A2A2A2. Windows color (decimal): -7756580 or 14460041. OLE color: 14460041.

HSL color Cylindrical-coordinate representation of color #89A4DC: hue angle of 220.48º 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 #89A4DC is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137164220-
CMYK0.380.2500.14
HSL220.48º54.25%70%-
HSV(B)220.48º37.73%86.27%-
XYZ36.5137.0472.93-
YUV162.31160.55109.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=26.30%
G=31.48%
B=42.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371642200.380.2500.14220.4854.2570
Hex89A4DC26190Edc3646
Octal211244334463101633466106
Binary1000100110100100110111001001101100101110110111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A4DC; }

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

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

<style>
 a { background-color: #89A4DC; }

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

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

<style>
 span { border-color: #89A4DC; }

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

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