#898FD1

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

Shades of Portage #898FD1

Tints of Portage #898FD1

Color information

#898FD1 (or 0x898FD1) is unknown color: approx Portage. HEX triplet: 89, 8F and D1. RGB value is (137,143,209). Sum of RGB (Red+Green+Blue) = 137+143+209=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #898FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FD1 is #76702E. Grayscale: #949494. Windows color (decimal): -7761967 or 13733769. OLE color: 13733769.

HSL color Cylindrical-coordinate representation of color #898FD1: hue angle of 235º 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 #898FD1 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137143209-
CMYK0.340.3200.18
HSL235º43.9%67.84%-
HSV(B)235º34.45%81.96%-
XYZ31.6529.5764.36-
YUV148.73162.01119.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.02%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=28.02%
G=29.24%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371432090.340.3200.1823543.967.84
Hex898FD12220012eb2c44
Octal211217321424002235354104
Binary100010011000111111010001100010100000010010111010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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