#898CF2

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

Shades of Portage #898CF2

Tints of Portage #898CF2

Color information

#898CF2 (or 0x898CF2) is unknown color: approx Portage. HEX triplet: 89, 8C and F2. RGB value is (137,140,242). Sum of RGB (Red+Green+Blue) = 137+140+242=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #898CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CF2 is #76730D. Grayscale: #969696. Windows color (decimal): -7762702 or 15895689. OLE color: 15895689.

HSL color Cylindrical-coordinate representation of color #898CF2: hue angle of 238.29º degrees, saturation: 0.8, 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 #898CF2 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137140242-
CMYK0.430.4200.05
HSL238.29º80.15%74.31%-
HSV(B)238.29º43.39%94.9%-
XYZ35.7230.4988.01-
YUV150.73179.51118.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=26.40%
G=26.97%
B=46.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371402420.430.4200.05238.2980.1574.31
Hex898CF22B2A05ee504a
Octal211214362535205356120112
Binary10001001100011001111001010101110101001011110111010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898CF2; }

 p { color: rgb(137,140,242); }

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

<style>
 a { background-color: #898CF2; }

 a { background-color: rgb(137,140,242); }

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

<style>
 span { border-color: #898CF2; }

 span { border-color: rgb(137,140,242); }

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