#89A2F3

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

Shades of Portage #89A2F3

Tints of Portage #89A2F3

Color information

#89A2F3 (or 0x89A2F3) is unknown color: approx Portage. HEX triplet: 89, A2 and F3. RGB value is (137,162,243). Sum of RGB (Red+Green+Blue) = 137+162+243=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #89A2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A2F3 is #765D0C. Grayscale: #A3A3A3. Windows color (decimal): -7757069 or 15966857. OLE color: 15966857.

HSL color Cylindrical-coordinate representation of color #89A2F3: hue angle of 225.85º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89A2F3 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137162243-
CMYK0.440.3300.05
HSL225.85º81.54%74.51%-
HSV(B)225.85º43.62%95.29%-
XYZ39.4137.6389.98-
YUV163.76172.72108.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.28%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 243 (95.31% from 255) = 44.83%
R=25.28%
G=29.89%
B=44.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371622430.440.3300.05225.8581.5474.51
Hex89A2F32C2105e2524b
Octal211242363544105342122113
Binary10001001101000101111001110110010000101011110001010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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