#898CEB

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

Shades of Portage #898CEB

Tints of Portage #898CEB

Color information

#898CEB (or 0x898CEB) is unknown color: approx Portage. HEX triplet: 89, 8C and EB. RGB value is (137,140,235). Sum of RGB (Red+Green+Blue) = 137+140+235=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #898CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CEB is #767314. Grayscale: #959595. Windows color (decimal): -7762709 or 15436937. OLE color: 15436937.

HSL color Cylindrical-coordinate representation of color #898CEB: hue angle of 238.16º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898CEB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137140235-
CMYK0.420.4000.08
HSL238.16º71.01%72.94%-
HSV(B)238.16º41.7%92.16%-
XYZ34.6930.0782.57-
YUV149.93176.01118.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=26.76%
G=27.34%
B=45.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371402350.420.4000.08238.1671.0172.94
Hex898CEB2A2808ee4749
Octal2112143535250010356107111
Binary100010011000110011101011101010101000010001110111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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