#89A0FE

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

Shades of Portage #89A0FE

Tints of Portage #89A0FE

Color information

#89A0FE (or 0x89A0FE) is unknown color: approx Portage. HEX triplet: 89, A0 and FE. RGB value is (137,160,254). Sum of RGB (Red+Green+Blue) = 137+160+254=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0FE is #765F01. Grayscale: #A3A3A3. Windows color (decimal): -7757570 or 16687241. OLE color: 16687241.

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

Color convert

RGB137160254-
CMYK0.460.3700.00
HSL228.21º98.32%76.67%-
HSV(B)228.21º46.06%99.61%-
XYZ40.7837.6298.88-
YUV163.84178.88108.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.86%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=24.86%
G=29.04%
B=46.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371602540.460.3700.00228.2198.3276.67
Hex89A0FE2E2500e4624d
Octal211240376564500344142115
Binary100010011010000011111110101110100101001110010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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