#89A0F8

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

Shades of Portage #89A0F8

Tints of Portage #89A0F8

Color information

#89A0F8 (or 0x89A0F8) is unknown color: approx Portage. HEX triplet: 89, A0 and F8. RGB value is (137,160,248). Sum of RGB (Red+Green+Blue) = 137+160+248=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #89A0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0F8 is #765F07. Grayscale: #A2A2A2. Windows color (decimal): -7757576 or 16294025. OLE color: 16294025.

HSL color Cylindrical-coordinate representation of color #89A0F8: hue angle of 227.57º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89A0F8 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB137160248-
CMYK0.450.3500.03
HSL227.57º88.8%75.49%-
HSV(B)227.57º44.76%97.25%-
XYZ39.8337.2493.9-
YUV163.15175.88109.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.14%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=25.14%
G=29.36%
B=45.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1371602480.450.3500.03227.5788.875.49
Hex89A0F82D2303e4594b
Octal211240370554303344131113
Binary1000100110100000111110001011011000110111110010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,160,248); }

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

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

 a { background-color: rgb(137,160,248); }

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

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

 span { border-color: rgb(137,160,248); }

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