#898BD1

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

Shades of Portage #898BD1

Tints of Portage #898BD1

Color information

#898BD1 (or 0x898BD1) is unknown color: approx Portage. HEX triplet: 89, 8B and D1. RGB value is (137,139,209). Sum of RGB (Red+Green+Blue) = 137+139+209=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #898BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BD1 is #76742E. Grayscale: #929292. Windows color (decimal): -7762991 or 13732745. OLE color: 13732745.

HSL color Cylindrical-coordinate representation of color #898BD1: hue angle of 238.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898BD1 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137139209-
CMYK0.340.3300.18
HSL238.33º43.9%67.84%-
HSV(B)238.33º34.45%81.96%-
XYZ31.0628.3964.16-
YUV146.38163.34121.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=28.25%
G=28.66%
B=43.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371392090.340.3300.18238.3343.967.84
Hex898BD12221012ee2c44
Octal211213321424102235654104
Binary100010011000101111010001100010100001010010111011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,139,209); }

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

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

 a { background-color: rgb(137,139,209); }

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

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

 span { border-color: rgb(137,139,209); }

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