#898CEC

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

Shades of Portage #898CEC

Tints of Portage #898CEC

Color information

#898CEC (or 0x898CEC) is unknown color: approx Portage. HEX triplet: 89, 8C and EC. RGB value is (137,140,236). Sum of RGB (Red+Green+Blue) = 137+140+236=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #898CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CEC is #767313. Grayscale: #959595. Windows color (decimal): -7762708 or 15502473. OLE color: 15502473.

HSL color Cylindrical-coordinate representation of color #898CEC: hue angle of 238.18º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898CEC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137140236-
CMYK0.420.4100.07
HSL238.18º72.26%73.14%-
HSV(B)238.18º41.95%92.55%-
XYZ34.8330.1383.34-
YUV150.05176.51118.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.71%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 236 (92.58% from 255) = 46.00%
R=26.71%
G=27.29%
B=46.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371402360.420.4100.07238.1872.2673.14
Hex898CEC2A2907ee4849
Octal211214354525107356110111
Binary10001001100011001110110010101010100101111110111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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