#898AD0

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

Shades of Portage #898AD0

Tints of Portage #898AD0

Color information

#898AD0 (or 0x898AD0) is unknown color: approx Portage. HEX triplet: 89, 8A and D0. RGB value is (137,138,208). Sum of RGB (Red+Green+Blue) = 137+138+208=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #898AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898AD0 is #76752F. Grayscale: #919191. Windows color (decimal): -7763248 or 13666953. OLE color: 13666953.

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

Color convert

RGB137138208-
CMYK0.340.3400.18
HSL239.15º43.03%67.65%-
HSV(B)239.15º34.13%81.57%-
XYZ30.7928.0563.47-
YUV145.68163.17121.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.36%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=28.36%
G=28.57%
B=43.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371382080.340.3400.18239.1543.0367.65
Hex898AD02222012ef2b44
Octal211212320424202235753104
Binary100010011000101011010000100010100010010010111011111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,138,208); }

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

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

 a { background-color: rgb(137,138,208); }

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

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

 span { border-color: rgb(137,138,208); }

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