#898FDA

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

Shades of Portage #898FDA

Tints of Portage #898FDA

Color information

#898FDA (or 0x898FDA) is unknown color: approx Portage. HEX triplet: 89, 8F and DA. RGB value is (137,143,218). Sum of RGB (Red+Green+Blue) = 137+143+218=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #898FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FDA is #767025. Grayscale: #959595. Windows color (decimal): -7761958 or 14323593. OLE color: 14323593.

HSL color Cylindrical-coordinate representation of color #898FDA: hue angle of 235.56º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #898FDA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137143218-
CMYK0.370.3400.15
HSL235.56º52.26%69.61%-
HSV(B)235.56º37.16%85.49%-
XYZ32.7930.0370.4-
YUV149.76166.51118.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.51%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=27.51%
G=28.71%
B=43.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371432180.370.3400.15235.5652.2669.61
Hex898FDA25220Fec3446
Octal211217332454201735464106
Binary10001001100011111101101010010110001001111111011001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,143,218); }

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

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

 a { background-color: rgb(137,143,218); }

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

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

 span { border-color: rgb(137,143,218); }

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