#89A3FF

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

Shades of Portage #89A3FF

Tints of Portage #89A3FF

Color information

#89A3FF (or 0x89A3FF) is unknown color: approx Portage. HEX triplet: 89, A3 and FF. RGB value is (137,163,255). Sum of RGB (Red+Green+Blue) = 137+163+255=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #89A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A3FF is #765C00. Grayscale: #A5A5A5. Windows color (decimal): -7756801 or 16753545. OLE color: 16753545.

HSL color Cylindrical-coordinate representation of color #89A3FF: hue angle of 226.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89A3FF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137163255-
CMYK0.460.3600
HSL226.78º100%76.86%-
HSV(B)226.78º46.27%100%-
XYZ41.4638.7399.9-
YUV165.71178.39107.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.68%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 45.95%
R=24.68%
G=29.37%
B=45.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371632550.460.3600226.7810076.86
Hex89A3FF2E2400e3644d
Octal211243377564400343144115
Binary100010011010001111111111101110100100001110001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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