#89A2FE

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

Shades of Portage #89A2FE

Tints of Portage #89A2FE

Color information

#89A2FE (or 0x89A2FE) is unknown color: approx Portage. HEX triplet: 89, A2 and FE. RGB value is (137,162,254). Sum of RGB (Red+Green+Blue) = 137+162+254=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #89A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A2FE is #765D01. Grayscale: #A4A4A4. Windows color (decimal): -7757058 or 16687753. OLE color: 16687753.

HSL color Cylindrical-coordinate representation of color #89A2FE: hue angle of 227.18º 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 #89A2FE is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB137162254-
CMYK0.460.3600.00
HSL227.18º98.32%76.67%-
HSV(B)227.18º46.06%99.61%-
XYZ41.1338.3198.99-
YUV165.01178.22108.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.77%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=24.77%
G=29.29%
B=45.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371622540.460.3600.00227.1898.3276.67
Hex89A2FE2E2400e3624d
Octal211242376564400343142115
Binary100010011010001011111110101110100100001110001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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