#89A3EA

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

Shades of Portage #89A3EA

Tints of Portage #89A3EA

Color information

#89A3EA (or 0x89A3EA) is unknown color: approx Portage. HEX triplet: 89, A3 and EA. RGB value is (137,163,234). Sum of RGB (Red+Green+Blue) = 137+163+234=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #89A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A3EA is #765C15. Grayscale: #A3A3A3. Windows color (decimal): -7756822 or 15377289. OLE color: 15377289.

HSL color Cylindrical-coordinate representation of color #89A3EA: hue angle of 223.92º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89A3EA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137163234-
CMYK0.410.3000.08
HSL223.92º69.78%72.75%-
HSV(B)223.92º41.45%91.76%-
XYZ38.2737.4583.05-
YUV163.32167.89109.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=25.66%
G=30.52%
B=43.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371632340.410.3000.08223.9269.7872.75
Hex89A3EA291E08e04649
Octal2112433525136010340106111
Binary10001001101000111110101010100111110010001110000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,163,234); }

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

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

 a { background-color: rgb(137,163,234); }

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

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

 span { border-color: rgb(137,163,234); }

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