#898CDA

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

Shades of Portage #898CDA

Tints of Portage #898CDA

Color information

#898CDA (or 0x898CDA) is unknown color: approx Portage. HEX triplet: 89, 8C and DA. RGB value is (137,140,218). Sum of RGB (Red+Green+Blue) = 137+140+218=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #898CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CDA is #767325. Grayscale: #939393. Windows color (decimal): -7762726 or 14322825. OLE color: 14322825.

HSL color Cylindrical-coordinate representation of color #898CDA: hue angle of 237.78º 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 #898CDA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137140218-
CMYK0.370.3600.15
HSL237.78º52.26%69.61%-
HSV(B)237.78º37.16%85.49%-
XYZ32.3529.1470.25-
YUV148167.51120.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=27.68%
G=28.28%
B=44.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371402180.370.3600.15237.7852.2669.61
Hex898CDA25240Fee3446
Octal211214332454401735664106
Binary10001001100011001101101010010110010001111111011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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