#89A2E2

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

Shades of Portage #89A2E2

Tints of Portage #89A2E2

Color information

#89A2E2 (or 0x89A2E2) is unknown color: approx Portage. HEX triplet: 89, A2 and E2. RGB value is (137,162,226). Sum of RGB (Red+Green+Blue) = 137+162+226=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #89A2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2E2 is #765D1D. Grayscale: #A1A1A1. Windows color (decimal): -7757086 or 14852745. OLE color: 14852745.

HSL color Cylindrical-coordinate representation of color #89A2E2: hue angle of 223.15º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89A2E2 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137162226-
CMYK0.390.2800.11
HSL223.15º60.54%71.18%-
HSV(B)223.15º39.38%88.63%-
XYZ36.9636.6577.08-
YUV161.82164.22110.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.10%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=26.10%
G=30.86%
B=43.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371622260.390.2800.11223.1560.5471.18
Hex89A2E2271C0Bdf3d47
Octal211242342473401333775107
Binary1000100110100010111000101001111110001011110111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,162,226); }

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

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

 a { background-color: rgb(137,162,226); }

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

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

 span { border-color: rgb(137,162,226); }

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