#89A4F1

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

Shades of Portage #89A4F1

Tints of Portage #89A4F1

Color information

#89A4F1 (or 0x89A4F1) is unknown color: approx Portage. HEX triplet: 89, A4 and F1. RGB value is (137,164,241). Sum of RGB (Red+Green+Blue) = 137+164+241=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #89A4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A4F1 is #765B0E. Grayscale: #A4A4A4. Windows color (decimal): -7756559 or 15836297. OLE color: 15836297.

HSL color Cylindrical-coordinate representation of color #89A4F1: hue angle of 224.42º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89A4F1 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137164241-
CMYK0.430.3200.05
HSL224.42º78.79%74.12%-
HSV(B)224.42º43.15%94.51%-
XYZ39.4738.2288.52-
YUV164.7171.05108.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.28%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 241 (94.53% from 255) = 44.46%
R=25.28%
G=30.26%
B=44.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371642410.430.3200.05224.4278.7974.12
Hex89A4F12B2005e04f4a
Octal211244361534005340117112
Binary10001001101001001111000110101110000001011110000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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