#898DCA

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

Shades of Portage #898DCA

Tints of Portage #898DCA

Color information

#898DCA (or 0x898DCA) is unknown color: approx Portage. HEX triplet: 89, 8D and CA. RGB value is (137,141,202). Sum of RGB (Red+Green+Blue) = 137+141+202=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #898DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DCA is #767235. Grayscale: #929292. Windows color (decimal): -7762486 or 13274505. OLE color: 13274505.

HSL color Cylindrical-coordinate representation of color #898DCA: hue angle of 236.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #898DCA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137141202-
CMYK0.320.3000.21
HSL236.31º38.01%66.47%-
HSV(B)236.31º32.18%79.22%-
XYZ30.528.6359.8-
YUV146.76159.17121.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.54%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=28.54%
G=29.38%
B=42.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371412020.320.3000.21236.3138.0166.47
Hex898DCA201E015ec2642
Octal211215312403602535446102
Binary10001001100011011100101010000011110010101111011001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,141,202); }

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

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

 a { background-color: rgb(137,141,202); }

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

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

 span { border-color: rgb(137,141,202); }

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